| Top |
Functions
|
|
ags_front_controller_do_request () |
| AgsFrontController * | ags_front_controller_new () |
Functions
ags_front_controller_do_request ()
gpointer ags_front_controller_do_request (AgsFrontController *front_controller,,SoupMessage *msg,GHashTable *query,SoupClientContext *client,GObject *security_context,gchar *path,gchar *login);gchar *security_token
Do a XML-RPC request for the given path
with query
.
Parameters
front_controller |
||
msg |
the |
|
query |
the |
|
client |
the |
|
security_context |
||
path |
the context path to access |
|
login |
the login |
|
security_token |
the security token |
Since:
ags_front_controller_new ()
AgsFrontController * ags_front_controller_new ();
Instantiate new AgsFrontController
Since:
Signal Details
The “do-request” signal
gpointer user_function (AgsFrontController *front_controller,GObject *msg,gpointer query,gpointer client,GObject *security_context,gchar *context_path,gchar *user,gchar *security_token,gpointer user_data)
Do a request on the front controller.
Parameters
front_controller |
||
msg |
the |
|
query |
the |
|
client |
the |
|
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:
Since: