mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 03:18:59 +02:00
gobject: Add to_string() functions for Enum and Flags types
These are useful for debugging. https://bugzilla.gnome.org/show_bug.cgi?id=447907
This commit is contained in:
committed by
Philip Withnall
parent
625936343d
commit
6c95cd22e9
@@ -351,9 +351,11 @@ GFlagsValue
|
||||
g_enum_get_value
|
||||
g_enum_get_value_by_name
|
||||
g_enum_get_value_by_nick
|
||||
g_enum_to_string
|
||||
g_flags_get_first_value
|
||||
g_flags_get_value_by_name
|
||||
g_flags_get_value_by_nick
|
||||
g_flags_to_string
|
||||
g_enum_register_static
|
||||
g_flags_register_static
|
||||
g_enum_complete_type_info
|
||||
|
Reference in New Issue
Block a user