From c93fbff870ec5423fcf3e19e561a165b54aeb981 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 28 Jul 2010 08:52:45 -0300 Subject: [PATCH] [girepository] Update documentation --- girepository.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/girepository.c b/girepository.c index 46f95dedd..02f86beae 100644 --- a/girepository.c +++ b/girepository.c @@ -1353,6 +1353,14 @@ g_irepository_error_quark (void) return quark; } +/** + * g_type_tag_to_string: + * @type: the type_tag + * + * Obtain a string representation of @type + * + * Returns: the string + */ const gchar* g_type_tag_to_string (GITypeTag type) { @@ -1407,9 +1415,11 @@ g_type_tag_to_string (GITypeTag type) /** * g_info_type_to_string: - * @type: info type + * @type: the info type * - * Returns: (transfer none): Description for this info type + * Obtain a string representation of @type + * + * Returns: the string */ const gchar* g_info_type_to_string (GIInfoType type)