This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
forked from 5HARK/im-nimf-qt5
-
Notifications
You must be signed in to change notification settings - Fork 4
/
nimf-enum-types.h
53 lines (42 loc) · 1.97 KB
/
nimf-enum-types.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* 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. */
/*
* This file is part of Nimf.
*
* Nimf is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nimf is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __NIMF_ENUM_TYPES_H__
#define __NIMF_ENUM_TYPES_H__
#if !defined (__NIMF_H_INSIDE__) && !defined (NIMF_COMPILATION)
#error "Only <nimf.h> can be included directly."
#endif
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "nimf-key-syms.h" */
GType nimf_key_sym_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_KEY_SYM (nimf_key_sym_get_type ())
/* enumerations from "nimf-message.h" */
GType nimf_message_type_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_MESSAGE_TYPE (nimf_message_type_get_type ())
/* enumerations from "nimf-types.h" */
GType nimf_error_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_ERROR (nimf_error_get_type ())
GType nimf_modifier_type_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_MODIFIER_TYPE (nimf_modifier_type_get_type ())
GType nimf_preedit_state_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_PREEDIT_STATE (nimf_preedit_state_get_type ())
GType nimf_preedit_attr_type_get_type (void) G_GNUC_CONST;
#define NIMF_TYPE_PREEDIT_ATTR_TYPE (nimf_preedit_attr_type_get_type ())
G_END_DECLS
#endif /* __NIMF_ENUM_TYPES_H__ */
/* Generated data ends here */