Method

AgsSecurityContextremove_server_context

since: 3.0.0

Declaration [src]

gboolean
ags_security_context_remove_server_context (
  AgsSecurityContext* security_context,
  gchar* server_context
)

Description [src]

Remove server_context from 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.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.