Interface
AgsBusinessGroup
Prerequisite
In order to implement BusinessGroup, your type must inherit fromGObject
.
Instance methods
ags_business_group_set_user
Set business group of user names as NULL
terminated string array.
since: 3.0.0
Interface structure
struct AgsBusinessGroupInterface {
GTypeInterface ginterface;
gchar** (* get_group_uuid) (
AgsBusinessGroup* business_group,
GObject* security_context,
gchar* user_uuid,
gchar* security_token,
GError** error
);
void (* set_group_name) (
AgsBusinessGroup* business_group,
GObject* security_context,
gchar* user_uuid,
gchar* security_token,
gchar* group_uuid,
gchar* group_name,
GError** error
);
gchar* (* get_group_name) (
AgsBusinessGroup* business_group,
GObject* security_context,
gchar* user_uuid,
gchar* security_token,
gchar* group_uuid,
GError** error
);
void (* set_user) (
AgsBusinessGroup* business_group,
GObject* security_context,
gchar* user_uuid,
gchar* security_token,
gchar* group_uuid,
gchar** user,
GError** error
);
gchar** (* get_user) (
AgsBusinessGroup* business_group,
GObject* security_context,
gchar* user_uuid,
gchar* security_token,
gchar* group_uuid,
GError** error
);
}
No description available.
Interface members
ginterface |
|
No description available. |
|
get_group_uuid |
|
No description available. |
|
set_group_name |
|
No description available. |
|
get_group_name |
|
No description available. |
|
set_user |
|
No description available. |
|
get_user |
|
No description available. |
Virtual methods
Ags.BusinessGroup.set_user
Set business group of user names as NULL
terminated string array.
since: 3.0.0