Method
SoupMultipartto_message
Declaration [src]
void
soup_multipart_to_message (
SoupMultipart* multipart,
SoupMessageHeaders* dest_headers,
GBytes** dest_body
)
Parameters
dest_headers |
SoupMessageHeaders |
The headers of the HTTP message to serialize |
|
The data is owned by the caller of the function. | |
dest_body |
GBytes |
The body of the HTTP message to serialize |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |