[ Version ( since = "0.9.0" ) ]
public static List<unowned AuthorizationDomain> get_authorization_domains (Type service_type)
Retrieves the full list of AuthorizationDomains which relate to the specified
service_type
.
All the AuthorizationDomains are unique and interned, so can be compared with other domains by simple pointer comparison.
Note that in addition to this method, Service subclasses may expose some or all of their authorization domains individually by means of individual accessor functions.
service_type |
the Type of the Service subclass to retrieve the authorization domains for |
an unordered list of AuthorizationDomains; free with g_list_free |