Function
RestProxyCallUploadCallback
Declaration
void
(* RestProxyCallUploadCallback) (
  RestProxyCall* call,
  gsize total,
  gsize uploaded,
  const GError* error,
  GObject* weak_object,
  gpointer userdata
)
Parameters
- call
- 
            Type: RestProxyCallNo description available. The data is owned by the caller of the function. 
- total
- 
            Type: gsizeNo description available. 
- uploaded
- 
            Type: gsizeNo description available. 
- error
- 
            Type: GErrorNo description available. The data is owned by the caller of the function. 
- weak_object
- 
            Type: GObjectNo description available. The data is owned by the caller of the function. 
- userdata
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the function.