File indexing completed on 2025-12-16 10:17:39
0001
0002
0003
0004 #ifndef __GOBJECT_ENUM_TYPES_H__
0005 #define __GOBJECT_ENUM_TYPES_H__
0006
0007 #include <glib-object.h>
0008
0009 G_BEGIN_DECLS
0010
0011
0012 GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_type_get_type (void) G_GNUC_CONST;
0013 #define G_TYPE_UNICODE_TYPE (g_unicode_type_get_type ())
0014 GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_break_type_get_type (void) G_GNUC_CONST;
0015 #define G_TYPE_UNICODE_BREAK_TYPE (g_unicode_break_type_get_type ())
0016 GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_script_get_type (void) G_GNUC_CONST;
0017 #define G_TYPE_UNICODE_SCRIPT (g_unicode_script_get_type ())
0018 GOBJECT_AVAILABLE_IN_2_60 GType g_normalize_mode_get_type (void) G_GNUC_CONST;
0019 #define G_TYPE_NORMALIZE_MODE (g_normalize_mode_get_type ())
0020 G_END_DECLS
0021
0022 #endif
0023
0024
0025