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 method. dest_body
-
Type:
GBytes
The body of the HTTP message to serialize
multipart
to.The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.