Method
SoupMultipartInputStreamnext_part_async
Declaration [src]
void
soup_multipart_input_stream_next_part_async (
  SoupMultipartInputStream* multipart,
  int io_priority,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer data
)
Description [src]
Obtains a GInputStream for the next request.
See soup_multipart_input_stream_next_part() for details on the workflow.
This method completes asynchronously. Use soup_multipart_input_stream_next_part_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- io_priority
- 
            Type: intThe I/O priority for the request. 
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackCallback to call when request is satisfied. The argument can be NULL.
- data
- 
            Type: gpointerData for callback.The argument can be NULL.The data is owned by the caller of the method.