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