Function
SoupMessageBodynew
Declaration [src]
SoupMessageBody*
soup_message_body_new (
void
)
Description [src]
Creates a new SoupMessageBody
.
SoupMessage
uses this internally; you
will not normally need to call it yourself.
Return value
Returns: | SoupMessageBody |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |