Function
RestProxyCallUploadCallback
Declaration
void
ProxyCallUploadCallback (
RestProxyCall* call,
gsize total,
gsize uploaded,
const GError* error,
GObject* weak_object,
gpointer userdata
)
Parameters
call |
RestProxyCall |
No description available. | |
The data is owned by the caller of the function. | |
total |
gsize |
No description available. | |
uploaded |
gsize |
No description available. | |
error |
const 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. |