Method

AgsFrontControllerdo_request

since: 3.0.0

Declaration [src]

gpointer
ags_front_controller_do_request (
  AgsFrontController* front_controller,
  SoupServerMessage* msg,
  GHashTable* query,
  GObject* security_context,
  gchar* path,
  gchar* login,
  gchar* security_token
)

Description [src]

Do a XML-RPC request for the given path with query.

Available since: 3.0.0

Parameters

msg

Type: SoupServerMessage

The SoupServerMessage.

The data is owned by the caller of the function.
query

Type: GHashTable

The GHashTable.

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.
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.
login

Type: gchar*

The login.

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.

Return value

Type: gpointer

The response on success, otherwise NULL.

The data is owned by the instance.
The return value can be NULL.