Method
AgsPluginControllerdo_request
since: 3.0.0
Declaration [src]
gpointer
ags_plugin_controller_do_request (
AgsPluginController* plugin_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.