Method
SoupMultipartto_message
Declaration [src]
void
soup_multipart_to_message (
  SoupMultipart* multipart,
  SoupMessageHeaders* dest_headers,
  GBytes** dest_body
)
Parameters
- dest_headers
- 
            Type: SoupMessageHeadersThe headers of the HTTP message to serialize multipartto.The data is owned by the caller of the method. 
- dest_body
- 
            Type: GBytesThe body of the HTTP message to serialize multipartto.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.