Top |
#define AGS_BUSINESS_GROUP_MANAGER_GET_OBJ_MUTEX(obj) (&(((AgsBusinessGroupManager *) obj)->obj_mutex))
GList *
ags_business_group_manager_get_business_group
(AgsBusinessGroupManager *business_group_manager
);
Get business_group.
the GList containing GObject implementing AgsBusinessGroup.
[element-type GObject][transfer full]
Since: 3.0.0
void ags_business_group_manager_add_business_group (AgsBusinessGroupManager *business_group_manager
,GObject *business_group
);
Add business_group
to business_group_manager
.
Since: 3.0.0
void ags_business_group_manager_remove_business_group (AgsBusinessGroupManager *business_group_manager
,GObject *business_group
);
Remove business_group
from business_group_manager
.
Since: 3.0.0
AgsBusinessGroupManager * ags_business_group_manager_get_instance ();
Get instance.
Since: 3.0.0
AgsBusinessGroupManager * ags_business_group_manager_new ();
Creates an AgsBusinessGroupManager
Since: 3.0.0