Method

AgsControllerquery_security_context

since: 3.0.0

Declaration [src]

gboolean
ags_controller_query_security_context (
  AgsController* controller,
  GObject* security_context,
  gchar* login
)

Description [src]

Query security_context for login.

Available since: 3.0.0

Parameters

security_context

Type: GObject

The AgsSecurityContext.

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

Type: gchar*

The login to query.

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

Return value

Type: gboolean

TRUE if allowed to proceed, otherwise FALSE.