Method
SoupMessageBodyunref
Declaration [src]
void
soup_message_body_unref (
SoupMessageBody* body
)
Description [src]
Atomically decrements the reference count of body
by one.
When the reference count reaches zero, the resources allocated by
body
are freed.