Method
SoupMessageBodyappend_bytes
Declaration [src]
void
soup_message_body_append_bytes (
  SoupMessageBody* body,
  GBytes* buffer
)
Parameters
- buffer
- 
            Type: GBytesA GBytes.The data is owned by the caller of the method. 
void
soup_message_body_append_bytes (
  SoupMessageBody* body,
  GBytes* buffer
)
bufferType: GBytes
A GBytes.
| The data is owned by the caller of the method. |