diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-05-24 15:05:10 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-05-24 17:48:22 -0400 |
commit | 4ed116eee2949e134d7312acfcc57f9672ff18ca (patch) | |
tree | 8b1cfddf2e3f1033ac62847a84075231f8f76147 /docs | |
parent | 3ae3e642ece7899e59706722446766e4441462a2 (diff) | |
download | libsoup-4ed116eee2949e134d7312acfcc57f9672ff18ca.tar.gz libsoup-4ed116eee2949e134d7312acfcc57f9672ff18ca.tar.bz2 libsoup-4ed116eee2949e134d7312acfcc57f9672ff18ca.zip |
soup-message-body: Add a soup_buffer_get_as_bytes method
This new method will return a GBytes instance containing the
contents of the SoupBuffer.
https://bugzilla.gnome.org/show_bug.cgi?id=676776
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt index 8731edd9..87633c77 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -159,6 +159,7 @@ soup_buffer_get_owner soup_buffer_get_data soup_buffer_copy soup_buffer_free +soup_buffer_get_as_bytes <SUBSECTION> SoupMessageBody soup_message_body_new |