Function
SoupMultipartnew_from_message
Declaration [src]
SoupMultipart*
soup_multipart_new_from_message (
  SoupMessageHeaders* headers,
  GBytes* body
)
Parameters
- headers
- 
            Type: SoupMessageHeadersThe headers of the HTTP message to parse. The data is owned by the caller of the function. 
- body
- 
            Type: GBytesThe body of the HTTP message to parse. The data is owned by the caller of the function. 
Return value
Type: SoupMultipart
A new SoupMultipart (or NULL if the
  message couldn’t be parsed or wasn’t multipart).
| The caller of the function takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |