summaryrefslogtreecommitdiff
path: root/rest/rest-params.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-05-03 18:36:46 -0700
committerEvan Nemerson <evan@coeus-group.com>2012-05-03 18:42:34 -0700
commit8ea1394b7bf9338ad0a8f504920e43698afb97d3 (patch)
tree3289931b883b4a5daa5af06842117ef9534017ef /rest/rest-params.c
parentb449fd9067cc4267057ef751032dcf0225e6e51d (diff)
downloadlibrest-8ea1394b7bf9338ad0a8f504920e43698afb97d3.tar.gz
assorted introspection fixes
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=675213
Diffstat (limited to 'rest/rest-params.c')
-rw-r--r--rest/rest-params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-params.c b/rest/rest-params.c
index 38c1554..a5666fa 100644
--- a/rest/rest-params.c
+++ b/rest/rest-params.c
@@ -170,7 +170,7 @@ rest_params_are_strings (RestParams *params)
* The values are owned by the #RestParams, so don't destroy the #RestParams
* before the hash table.
*
- * Returns: a new #GHashTable.
+ * Returns: (element-type utf8 Rest.Param) (transfer container): a new #GHashTable.
**/
GHashTable *
rest_params_as_string_hash_table (RestParams *params)