diff options
author | Torsten Schönfeld <kaffeetisch@gmx.de> | 2013-02-14 20:51:57 +0100 |
---|---|---|
committer | Torsten Schönfeld <kaffeetisch@gmx.de> | 2013-02-15 14:34:32 +0100 |
commit | dff12f1992255e2e81dfdfb6433d6255667434c0 (patch) | |
tree | 0dc745d0732821afe86dc06085855c2f387f6325 /girepository | |
parent | 80040109a9c82e0f3c756b8742499209700f65ca (diff) | |
download | gobject-introspection-dff12f1992255e2e81dfdfb6433d6255667434c0.tar.gz |
girepository: Document g_enum_info_get_error_domain
https://bugzilla.gnome.org/show_bug.cgi?id=693838
Diffstat (limited to 'girepository')
-rw-r--r-- | girepository/gienuminfo.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/girepository/gienuminfo.c b/girepository/gienuminfo.c index a9b7c1df..400a56d6 100644 --- a/girepository/gienuminfo.c +++ b/girepository/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) { |