[girepository] Update documentation

This commit is contained in:
Johan Dahlin 2010-07-28 08:52:45 -03:00
parent ab9085eda3
commit c93fbff870

View File

@ -1353,6 +1353,14 @@ g_irepository_error_quark (void)
return quark; return quark;
} }
/**
* g_type_tag_to_string:
* @type: the type_tag
*
* Obtain a string representation of @type
*
* Returns: the string
*/
const gchar* const gchar*
g_type_tag_to_string (GITypeTag type) g_type_tag_to_string (GITypeTag type)
{ {
@ -1407,9 +1415,11 @@ g_type_tag_to_string (GITypeTag type)
/** /**
* g_info_type_to_string: * 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* const gchar*
g_info_type_to_string (GIInfoType type) g_info_type_to_string (GIInfoType type)