Method

AgsBusinessGroupManageradd_business_group

since: 3.0.0

Declaration [src]

void
ags_business_group_manager_add_business_group (
  AgsBusinessGroupManager* business_group_manager,
  GObject* business_group
)

Description [src]

Add business_group to business_group_manager.

Available since: 3.0.0

Parameters

business_group

Type: GObject

The GObject implementing AgsBusinessGroup.

The data is owned by the caller of the function.