soup_message_headers_get_content_type: annotate @params
authorDan Winship <danw@gnome.org>
Tue, 12 Jun 2012 11:14:35 +0000 (07:14 -0400)
committerDan Winship <danw@gnome.org>
Tue, 12 Jun 2012 11:14:35 +0000 (07:14 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=677002

libsoup/soup-message-headers.c

index 1d98bb9..2fd384c 100644 (file)
@@ -1218,8 +1218,9 @@ content_type_setter (SoupMessageHeaders *hdrs, const char *value)
 /**
  * soup_message_headers_get_content_type:
  * @hdrs: a #SoupMessageHeaders
- * @params: (out) (allow-none) (transfer full): return location for
- * the Content-Type parameters (eg, "charset"), or %NULL
+ * @params: (out) (element-type utf8 utf8) (allow-none) (transfer full):
+ *   return location for the Content-Type parameters (eg, "charset"), or
+ *   %NULL
  *
  * Looks up the "Content-Type" header in @hdrs, parses it, and returns
  * its value in *@content_type and *@params. @params can be %NULL if you