Method

RestProxyCallget_payload

Declaration [src]

const gchar*
rest_proxy_call_get_payload (
  RestProxyCall* call
)

Description [src]

Get the return payload.

Return value

Returns: const gchar*
 

A pointer to the payload. This is owned by RestProxyCall and should not be freed.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.