Class

AgsXmlBusinessGroup

Description

class Ags.XmlBusinessGroup : GObject.Object
  implements Ags.BusinessGroup {
  GRecMutex obj_mutex,
  gchar* filename,
  gchar* encoding,
  gchar* dtd,
  xmlDoc* doc,
  xmlNode* root_node
}

No description available.

Ancestors

Implements

Constructors

ags_xml_business_group_new

Create AgsXmlBusinessGroup.

since: 3.0.0

Instance methods

ags_xml_business_group_open_filename

Open filename.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsBusinessGroup (5)
ags_business_group_get_group_name

Get business group name.

since: 3.0.0

ags_business_group_get_group_uuid

Get group UUID as string vector.

since: 3.0.0

ags_business_group_get_user

Get business group name as NULL terminated string array.

since: 3.0.0

ags_business_group_set_group_name

Set business group name.

since: 3.0.0

ags_business_group_set_user

Set business group of user names as NULL terminated string array.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsXmlBusinessGroupClass {
  GObjectClass gobject;
  
}

No description available.

Class members
gobject: GObjectClass

No description available.