mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
girepository: Document g_enum_info_get_error_domain
https://bugzilla.gnome.org/show_bug.cgi?id=693838
This commit is contained in:
parent
ee4ee72ac3
commit
a7a47f4375
12
gienuminfo.c
12
gienuminfo.c
@ -67,6 +67,18 @@ g_enum_info_get_n_values (GIEnumInfo *info)
|
||||
return blob->n_values;
|
||||
}
|
||||
|
||||
/**
|
||||
* g_enum_info_get_error_domain:
|
||||
* @info: a #GIEnumInfo
|
||||
*
|
||||
* Obtain the string form of the quark for the error domain associated with
|
||||
* this enum, if any.
|
||||
*
|
||||
* Returns: (transfer none): the string form of the error domain associated
|
||||
* with this enum, or %NULL.
|
||||
*
|
||||
* Since: 1.29.17
|
||||
*/
|
||||
const gchar *
|
||||
g_enum_info_get_error_domain (GIEnumInfo *info)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user