Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
glib-enumtypes.h
Go to the documentation of this file.
1
2/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3
4#ifndef __GOBJECT_ENUM_TYPES_H__
5#define __GOBJECT_ENUM_TYPES_H__
6
7#include <glib-object.h>
8
10
11/* enumerations from "../gobject/../glib/gunicode.h" */
13#define G_TYPE_UNICODE_TYPE (g_unicode_type_get_type ())
15#define G_TYPE_UNICODE_BREAK_TYPE (g_unicode_break_type_get_type ())
17#define G_TYPE_UNICODE_SCRIPT (g_unicode_script_get_type ())
19#define G_TYPE_NORMALIZE_MODE (g_normalize_mode_get_type ())
21
22#endif /* __GOBJECT_ENUM_TYPES_H__ */
23
24/* Generated data ends here */
25
G_BEGIN_DECLS GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_type_get_type(void) G_GNUC_CONST
GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_script_get_type(void) G_GNUC_CONST
GOBJECT_AVAILABLE_IN_2_60 GType g_normalize_mode_get_type(void) G_GNUC_CONST
GOBJECT_AVAILABLE_IN_2_60 GType g_unicode_break_type_get_type(void) G_GNUC_CONST
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
#define GOBJECT_AVAILABLE_IN_2_60
gsize GType
Definition gtype.h:427