Function
RestProxyCallAsyncCallback
Declaration
void
(* RestProxyCallAsyncCallback) (
RestProxyCall* call,
const GError* error,
GObject* weak_object,
gpointer userdata
)
Parameters
call |
RestProxyCall |
No description available. | |
The data is owned by the caller of the function. | |
error |
GError |
No description available. | |
The data is owned by the caller of the function. | |
weak_object |
GObject |
No description available. | |
The data is owned by the caller of the function. | |
userdata |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. |