From 8ea1394b7bf9338ad0a8f504920e43698afb97d3 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Thu, 3 May 2012 18:36:46 -0700 Subject: assorted introspection fixes Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=675213 --- rest/rest-params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest/rest-params.c') 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) -- cgit v1.2.1