Virtual Method
AgsFrontControllerdo_request
since: 3.0.0
[−]
Declaration [src]
gpointer
do_request (
AgsFrontController* front_controller,
SoupServerMessage* msg,
GHashTable* query,
GObject* security_context,
gchar* path,
gchar* login,
gchar* security_token
)
[−]
Parameters
msg
-
Type:
SoupServerMessage
The
SoupServerMessage
.The data is owned by the caller of the method. query
-
Type:
GHashTable
The
GHashTable
.The data is owned by the caller of the method. security_context
-
Type:
GObject
The
AgsSecurityContext
.The data is owned by the caller of the method. path
-
Type:
gchar*
The context path to access.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. login
-
Type:
gchar*
The login.
The data is owned by the caller of the method. 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 method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: gpointer
The response on success, otherwise NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |