summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-headers.c
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2010-04-26 21:16:32 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2010-04-26 23:18:46 +0200
commit0c4a6322906ec5bfe595dda5c06ec06c29876c2c (patch)
tree3b39dcd7aa89ac3b3ec9db987210f4eec264cafd /libsoup/soup-message-headers.c
parent480b6b77465515b0293367f993ce1300a0c7cb28 (diff)
downloadlibsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.gz
Add gobject-introspection support
- Detect gobject-introspection (g-i) in configure, using the M4 macro from the newly-added introspection.m4. This adds gobject-introspection as a new *optional* build dependency. - Integrate the generation of .gir and .typelib files into the build build process. - Add the annotations from gir-repository to the source code. - Include annotation glossary in "Reference Manual" main file. See <https://bugzilla.gnome.org/show_bug.cgi?id=576595>.
Diffstat (limited to 'libsoup/soup-message-headers.c')
-rw-r--r--libsoup/soup-message-headers.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/libsoup/soup-message-headers.c b/libsoup/soup-message-headers.c
index 6acca0c9..4a72f6af 100644
--- a/libsoup/soup-message-headers.c
+++ b/libsoup/soup-message-headers.c
@@ -408,7 +408,8 @@ typedef struct {
/**
* soup_message_headers_iter_init:
- * @iter: a pointer to a %SoupMessageHeadersIter structure
+ * @iter: (out) (transfer none): a pointer to a %SoupMessageHeadersIter
+ * structure
* @hdrs: a %SoupMessageHeaders
*
* Initializes @iter for iterating @hdrs.
@@ -425,9 +426,11 @@ soup_message_headers_iter_init (SoupMessageHeadersIter *iter,
/**
* soup_message_headers_iter_next:
- * @iter: a %SoupMessageHeadersIter
- * @name: pointer to a variable to return the header name in
- * @value: pointer to a variable to return the header value in
+ * @iter: (inout) (transfer none): a %SoupMessageHeadersIter
+ * @name: (out) (transfer none): pointer to a variable to return
+ * the header name in
+ * @value: (out) (transfer none): pointer to a variable to return
+ * the header value in
*
* Yields the next name/value pair in the %SoupMessageHeaders being
* iterated by @iter. If @iter has already yielded the last header,