mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
[girepository] Update documentation
This commit is contained in:
parent
ab9085eda3
commit
c93fbff870
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user