Method

AgsSecurityContextparse_business_group

since: 3.0.0

Declaration [src]

void
ags_security_context_parse_business_group (
  AgsSecurityContext* security_context,
  xmlDoc* xml_doc,
  gchar* user_uuid
)

Description [src]

Parse business_group and apply to security_context.

Available since: 3.0.0

Parameters

xml_doc

Type: xmlDoc

The xmlDoc containing groups.

The data is owned by the caller of the function.
user_uuid

Type: gchar*

The user’s UUID.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.