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