Method
SoupMultipartget_part
Declaration [src]
gboolean
soup_multipart_get_part (
SoupMultipart* multipart,
int part,
SoupMessageHeaders** headers,
GBytes** body
)
Parameters
part
-
Type:
int
The part number to get (counting from 0)
headers
-
Type:
SoupMessageHeaders
Return location for the MIME part headers.
The argument will be set by the function. The data is owned by the caller of the function. body
-
Type:
GBytes
Return location for the MIME part body.
The argument will be set by the function. The data is owned by the caller of the function.