| 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 __IBUS_ENUM_TYPES_H__ |
| 5 | #define __IBUS_ENUM_TYPES_H__ |
| 6 | |
| 7 | #include <glib-object.h> |
| 8 | |
| 9 | G_BEGIN_DECLS |
| 10 | |
| 11 | /* enumerations from "ibusattribute.h" */ |
| 12 | /** |
| 13 | * ibus_attr_type_get_type: |
| 14 | * @returns: GType of IBUS_ATTR_TYPE |
| 15 | * |
| 16 | * Returns the type of IBUS_ATTR_TYPE as GType. |
| 17 | */ |
| 18 | GType ibus_attr_type_get_type (void) G_GNUC_CONST; |
| 19 | |
| 20 | /** |
| 21 | * IBUS_TYPE_ATTR_TYPE: |
| 22 | * @returns: GType of IBUS_ATTR_TYPE |
| 23 | * |
| 24 | * Returns the type of IBUS_ATTR_TYPE as GType. |
| 25 | */ |
| 26 | #define IBUS_TYPE_ATTR_TYPE (ibus_attr_type_get_type ()) |
| 27 | /** |
| 28 | * ibus_attr_underline_get_type: |
| 29 | * @returns: GType of IBUS_ATTR_UNDERLINE |
| 30 | * |
| 31 | * Returns the type of IBUS_ATTR_UNDERLINE as GType. |
| 32 | */ |
| 33 | GType ibus_attr_underline_get_type (void) G_GNUC_CONST; |
| 34 | |
| 35 | /** |
| 36 | * IBUS_TYPE_ATTR_UNDERLINE: |
| 37 | * @returns: GType of IBUS_ATTR_UNDERLINE |
| 38 | * |
| 39 | * Returns the type of IBUS_ATTR_UNDERLINE as GType. |
| 40 | */ |
| 41 | #define IBUS_TYPE_ATTR_UNDERLINE (ibus_attr_underline_get_type ()) |
| 42 | |
| 43 | /* enumerations from "ibusobject.h" */ |
| 44 | /** |
| 45 | * ibus_object_flags_get_type: |
| 46 | * @returns: GType of IBUS_OBJECT_FLAGS |
| 47 | * |
| 48 | * Returns the type of IBUS_OBJECT_FLAGS as GType. |
| 49 | */ |
| 50 | GType ibus_object_flags_get_type (void) G_GNUC_CONST; |
| 51 | |
| 52 | /** |
| 53 | * IBUS_TYPE_OBJECT_FLAGS: |
| 54 | * @returns: GType of IBUS_OBJECT_FLAGS |
| 55 | * |
| 56 | * Returns the type of IBUS_OBJECT_FLAGS as GType. |
| 57 | */ |
| 58 | #define IBUS_TYPE_OBJECT_FLAGS (ibus_object_flags_get_type ()) |
| 59 | |
| 60 | /* enumerations from "ibusproperty.h" */ |
| 61 | /** |
| 62 | * ibus_prop_type_get_type: |
| 63 | * @returns: GType of IBUS_PROP_TYPE |
| 64 | * |
| 65 | * Returns the type of IBUS_PROP_TYPE as GType. |
| 66 | */ |
| 67 | GType ibus_prop_type_get_type (void) G_GNUC_CONST; |
| 68 | |
| 69 | /** |
| 70 | * IBUS_TYPE_PROP_TYPE: |
| 71 | * @returns: GType of IBUS_PROP_TYPE |
| 72 | * |
| 73 | * Returns the type of IBUS_PROP_TYPE as GType. |
| 74 | */ |
| 75 | #define IBUS_TYPE_PROP_TYPE (ibus_prop_type_get_type ()) |
| 76 | /** |
| 77 | * ibus_prop_state_get_type: |
| 78 | * @returns: GType of IBUS_PROP_STATE |
| 79 | * |
| 80 | * Returns the type of IBUS_PROP_STATE as GType. |
| 81 | */ |
| 82 | GType ibus_prop_state_get_type (void) G_GNUC_CONST; |
| 83 | |
| 84 | /** |
| 85 | * IBUS_TYPE_PROP_STATE: |
| 86 | * @returns: GType of IBUS_PROP_STATE |
| 87 | * |
| 88 | * Returns the type of IBUS_PROP_STATE as GType. |
| 89 | */ |
| 90 | #define IBUS_TYPE_PROP_STATE (ibus_prop_state_get_type ()) |
| 91 | |
| 92 | /* enumerations from "ibustypes.h" */ |
| 93 | /** |
| 94 | * ibus_modifier_type_get_type: |
| 95 | * @returns: GType of IBUS_MODIFIER_TYPE |
| 96 | * |
| 97 | * Returns the type of IBUS_MODIFIER_TYPE as GType. |
| 98 | */ |
| 99 | GType ibus_modifier_type_get_type (void) G_GNUC_CONST; |
| 100 | |
| 101 | /** |
| 102 | * IBUS_TYPE_MODIFIER_TYPE: |
| 103 | * @returns: GType of IBUS_MODIFIER_TYPE |
| 104 | * |
| 105 | * Returns the type of IBUS_MODIFIER_TYPE as GType. |
| 106 | */ |
| 107 | #define IBUS_TYPE_MODIFIER_TYPE (ibus_modifier_type_get_type ()) |
| 108 | /** |
| 109 | * ibus_capabilite_get_type: |
| 110 | * @returns: GType of IBUS_CAPABILITE |
| 111 | * |
| 112 | * Returns the type of IBUS_CAPABILITE as GType. |
| 113 | */ |
| 114 | GType ibus_capabilite_get_type (void) G_GNUC_CONST; |
| 115 | |
| 116 | /** |
| 117 | * IBUS_TYPE_CAPABILITE: |
| 118 | * @returns: GType of IBUS_CAPABILITE |
| 119 | * |
| 120 | * Returns the type of IBUS_CAPABILITE as GType. |
| 121 | */ |
| 122 | #define IBUS_TYPE_CAPABILITE (ibus_capabilite_get_type ()) |
| 123 | /** |
| 124 | * ibus_preedit_focus_mode_get_type: |
| 125 | * @returns: GType of IBUS_PREEDIT_FOCUS_MODE |
| 126 | * |
| 127 | * Returns the type of IBUS_PREEDIT_FOCUS_MODE as GType. |
| 128 | */ |
| 129 | GType ibus_preedit_focus_mode_get_type (void) G_GNUC_CONST; |
| 130 | |
| 131 | /** |
| 132 | * IBUS_TYPE_PREEDIT_FOCUS_MODE: |
| 133 | * @returns: GType of IBUS_PREEDIT_FOCUS_MODE |
| 134 | * |
| 135 | * Returns the type of IBUS_PREEDIT_FOCUS_MODE as GType. |
| 136 | */ |
| 137 | #define IBUS_TYPE_PREEDIT_FOCUS_MODE (ibus_preedit_focus_mode_get_type ()) |
| 138 | /** |
| 139 | * ibus_orientation_get_type: |
| 140 | * @returns: GType of IBUS_ORIENTATION |
| 141 | * |
| 142 | * Returns the type of IBUS_ORIENTATION as GType. |
| 143 | */ |
| 144 | GType ibus_orientation_get_type (void) G_GNUC_CONST; |
| 145 | |
| 146 | /** |
| 147 | * IBUS_TYPE_ORIENTATION: |
| 148 | * @returns: GType of IBUS_ORIENTATION |
| 149 | * |
| 150 | * Returns the type of IBUS_ORIENTATION as GType. |
| 151 | */ |
| 152 | #define IBUS_TYPE_ORIENTATION (ibus_orientation_get_type ()) |
| 153 | /** |
| 154 | * ibus_bus_name_flag_get_type: |
| 155 | * @returns: GType of IBUS_BUS_NAME_FLAG |
| 156 | * |
| 157 | * Returns the type of IBUS_BUS_NAME_FLAG as GType. |
| 158 | */ |
| 159 | GType ibus_bus_name_flag_get_type (void) G_GNUC_CONST; |
| 160 | |
| 161 | /** |
| 162 | * IBUS_TYPE_BUS_NAME_FLAG: |
| 163 | * @returns: GType of IBUS_BUS_NAME_FLAG |
| 164 | * |
| 165 | * Returns the type of IBUS_BUS_NAME_FLAG as GType. |
| 166 | */ |
| 167 | #define IBUS_TYPE_BUS_NAME_FLAG (ibus_bus_name_flag_get_type ()) |
| 168 | /** |
| 169 | * ibus_bus_request_name_reply_get_type: |
| 170 | * @returns: GType of IBUS_BUS_REQUEST_NAME_REPLY |
| 171 | * |
| 172 | * Returns the type of IBUS_BUS_REQUEST_NAME_REPLY as GType. |
| 173 | */ |
| 174 | GType ibus_bus_request_name_reply_get_type (void) G_GNUC_CONST; |
| 175 | |
| 176 | /** |
| 177 | * IBUS_TYPE_BUS_REQUEST_NAME_REPLY: |
| 178 | * @returns: GType of IBUS_BUS_REQUEST_NAME_REPLY |
| 179 | * |
| 180 | * Returns the type of IBUS_BUS_REQUEST_NAME_REPLY as GType. |
| 181 | */ |
| 182 | #define IBUS_TYPE_BUS_REQUEST_NAME_REPLY (ibus_bus_request_name_reply_get_type ()) |
| 183 | /** |
| 184 | * ibus_bus_start_service_by_name_reply_get_type: |
| 185 | * @returns: GType of IBUS_BUS_START_SERVICE_BY_NAME_REPLY |
| 186 | * |
| 187 | * Returns the type of IBUS_BUS_START_SERVICE_BY_NAME_REPLY as GType. |
| 188 | */ |
| 189 | GType ibus_bus_start_service_by_name_reply_get_type (void) G_GNUC_CONST; |
| 190 | |
| 191 | /** |
| 192 | * IBUS_TYPE_BUS_START_SERVICE_BY_NAME_REPLY: |
| 193 | * @returns: GType of IBUS_BUS_START_SERVICE_BY_NAME_REPLY |
| 194 | * |
| 195 | * Returns the type of IBUS_BUS_START_SERVICE_BY_NAME_REPLY as GType. |
| 196 | */ |
| 197 | #define IBUS_TYPE_BUS_START_SERVICE_BY_NAME_REPLY (ibus_bus_start_service_by_name_reply_get_type ()) |
| 198 | /** |
| 199 | * ibus_error_get_type: |
| 200 | * @returns: GType of IBUS_ERROR |
| 201 | * |
| 202 | * Returns the type of IBUS_ERROR as GType. |
| 203 | */ |
| 204 | GType ibus_error_get_type (void) G_GNUC_CONST; |
| 205 | |
| 206 | /** |
| 207 | * IBUS_TYPE_ERROR: |
| 208 | * @returns: GType of IBUS_ERROR |
| 209 | * |
| 210 | * Returns the type of IBUS_ERROR as GType. |
| 211 | */ |
| 212 | #define IBUS_TYPE_ERROR (ibus_error_get_type ()) |
| 213 | /** |
| 214 | * ibus_input_purpose_get_type: |
| 215 | * @returns: GType of IBUS_INPUT_PURPOSE |
| 216 | * |
| 217 | * Returns the type of IBUS_INPUT_PURPOSE as GType. |
| 218 | */ |
| 219 | GType ibus_input_purpose_get_type (void) G_GNUC_CONST; |
| 220 | |
| 221 | /** |
| 222 | * IBUS_TYPE_INPUT_PURPOSE: |
| 223 | * @returns: GType of IBUS_INPUT_PURPOSE |
| 224 | * |
| 225 | * Returns the type of IBUS_INPUT_PURPOSE as GType. |
| 226 | */ |
| 227 | #define IBUS_TYPE_INPUT_PURPOSE (ibus_input_purpose_get_type ()) |
| 228 | /** |
| 229 | * ibus_input_hints_get_type: |
| 230 | * @returns: GType of IBUS_INPUT_HINTS |
| 231 | * |
| 232 | * Returns the type of IBUS_INPUT_HINTS as GType. |
| 233 | */ |
| 234 | GType ibus_input_hints_get_type (void) G_GNUC_CONST; |
| 235 | |
| 236 | /** |
| 237 | * IBUS_TYPE_INPUT_HINTS: |
| 238 | * @returns: GType of IBUS_INPUT_HINTS |
| 239 | * |
| 240 | * Returns the type of IBUS_INPUT_HINTS as GType. |
| 241 | */ |
| 242 | #define IBUS_TYPE_INPUT_HINTS (ibus_input_hints_get_type ()) |
| 243 | |
| 244 | /* enumerations from "ibusxevent.h" */ |
| 245 | /** |
| 246 | * ibus_xevent_type_get_type: |
| 247 | * @returns: GType of IBUS_XEVENT_TYPE |
| 248 | * |
| 249 | * Returns the type of IBUS_XEVENT_TYPE as GType. |
| 250 | */ |
| 251 | GType ibus_xevent_type_get_type (void) G_GNUC_CONST; |
| 252 | |
| 253 | /** |
| 254 | * IBUS_TYPE_XEVENT_TYPE: |
| 255 | * @returns: GType of IBUS_XEVENT_TYPE |
| 256 | * |
| 257 | * Returns the type of IBUS_XEVENT_TYPE as GType. |
| 258 | */ |
| 259 | #define IBUS_TYPE_XEVENT_TYPE (ibus_xevent_type_get_type ()) |
| 260 | G_END_DECLS |
| 261 | |
| 262 | #endif /* __IBUS_ENUM_TYPES_H__ */ |
| 263 | |
| 264 | /* Generated data ends here */ |
| 265 | |
| 266 | |