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.

Parameters

io_priority int
 

The I/O priority for the request.

cancellable GCancellable
 

A GCancellable.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Callback to call when request is satisfied.

data gpointer
 

Data for callback.