Top |
gpointer | ags_front_controller_do_request () |
AgsFrontController * | ags_front_controller_new () |
gpointer ags_front_controller_do_request (AgsFrontController *front_controller
,SoupServerMessage *msg
,GHashTable *query
,GObject *security_context
,gchar *path
,gchar *login
,gchar *security_token
);
Do a XML-RPC request for the given path
with query
.
front_controller |
||
msg |
the SoupServerMessage |
|
query |
the GHashTable |
|
security_context |
||
path |
the context path to access |
|
login |
the login |
|
security_token |
the security token |
Since: 3.0.0
AgsFrontController * ags_front_controller_new ();
Instantiate new AgsFrontController
Since: 3.0.0
“do-request”
signalgpointer user_function (AgsFrontController *front_controller, GObject *msg, gpointer query, GObject *security_context, char *context_path, char *user, char *security_token, gpointer user_data)
Do a request on the front controller.
front_controller |
||
msg |
the SoupServerMessage |
|
query |
the GHashTable |
|
security_context |
||
context_path |
the context path to access |
|
user |
the user's UUID |
|
security_token |
the security token |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0