Function
RestProxyCallContinuousCallback
Declaration
void
(* RestProxyCallContinuousCallback) (
RestProxyCall* call,
const gchar* buf,
gsize len,
const GError* error,
GObject* weak_object,
gpointer userdata
)
Parameters
call |
RestProxyCall |
No description available. | |
The data is owned by the caller of the function. | |
buf |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
len |
gsize |
No description available. | |
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. |