Struct
AgsControllerResource
since: 6.0
Description [src]
struct AgsControllerResource {
gint ref_count;
gchar* group_id;
gchar* user_id;
guint access_mode;
}
Specifing attributes of resources.
Structure members
ref_countThe reference count.
group_idThe group id of permissions.
user_idThe user id of permissions.
access_modeThe access mode of permissions.
Available since: 6.0
Functions
ags_controller_resource_unref
Decrease ref-count of controller_resource and free it if ref-count drops to 0.
since: 3.0.0