Method
SoupMultipartInputStreamnext_part_finish
Declaration [src]
GInputStream*
soup_multipart_input_stream_next_part_finish (
SoupMultipartInputStream* multipart,
GAsyncResult* result,
GError** error
)
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GInputStream |
A newly created
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |