Method

AgsSecurityContextadd_server_context

since: 3.0.0

Declaration [src]

void
ags_security_context_add_server_context (
  AgsSecurityContext* security_context,
  gchar* server_context
)

Description [src]

Add server_context to security_context.

Available since: 3.0.0

Parameters

server_context

Type: gchar*

The server context.

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