Signal
AgsFrontController::do-request
since: 3.0.0
Declaration
gpointer
do_request (
AgsFrontController* self,
GObject* msg,
gpointer query,
GObject* security_context,
gchar* context_path,
gchar* user,
gchar* security_token,
gpointer user_data
)
Description [src]
Do a request on the front controller.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
Parameters
msg
-
Type:
GObject
The
SoupServerMessage
.The data is owned by the caller of the function. query
-
Type:
gpointer
The
GHashTable
.The argument can be NULL
.The data is owned by the caller of the function. security_context
-
Type:
GObject
The
AgsSecurityContext
.The data is owned by the caller of the function. context_path
-
Type:
gchar*
The context path to access.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. user
-
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. security_token
-
Type:
gchar*
The security token.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.