This file is indexed.

/usr/include/ibus-1.0/ibusenumtypes.h is in libibus-1.0-dev 1.5.5-1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
/* Generated data (by glib-mkenums) */

#ifndef __IBUS_ENUM_TYPES_H__
#define __IBUS_ENUM_TYPES_H__

/**
 * SECTION: ibusenumtypes
 * @short_description: Enumeration definition in IBus.
 * @stability: Stable
 *
 * IBusEnumTypes lists IBus enumeration types.
 */

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "ibusobject.h" */
/**
 * ibus_object_flags_get_type:
 * @returns: GType of IBUS_OBJECT_FLAGS
 *
 * Returns the type of IBUS_OBJECT_FLAGS as GType.
 */
GType ibus_object_flags_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_OBJECT_FLAGS:
 * @returns: GType of IBUS_OBJECT_FLAGS
 *
 * Returns the type of IBUS_OBJECT_FLAGS as GType.
 */
#define IBUS_TYPE_OBJECT_FLAGS (ibus_object_flags_get_type ())

/* enumerations from "ibusattribute.h" */
/**
 * ibus_attr_type_get_type:
 * @returns: GType of IBUS_ATTR_TYPE
 *
 * Returns the type of IBUS_ATTR_TYPE as GType.
 */
GType ibus_attr_type_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_ATTR_TYPE:
 * @returns: GType of IBUS_ATTR_TYPE
 *
 * Returns the type of IBUS_ATTR_TYPE as GType.
 */
#define IBUS_TYPE_ATTR_TYPE (ibus_attr_type_get_type ())
/**
 * ibus_attr_underline_get_type:
 * @returns: GType of IBUS_ATTR_UNDERLINE
 *
 * Returns the type of IBUS_ATTR_UNDERLINE as GType.
 */
GType ibus_attr_underline_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_ATTR_UNDERLINE:
 * @returns: GType of IBUS_ATTR_UNDERLINE
 *
 * Returns the type of IBUS_ATTR_UNDERLINE as GType.
 */
#define IBUS_TYPE_ATTR_UNDERLINE (ibus_attr_underline_get_type ())

/* enumerations from "ibusproperty.h" */
/**
 * ibus_prop_type_get_type:
 * @returns: GType of IBUS_PROP_TYPE
 *
 * Returns the type of IBUS_PROP_TYPE as GType.
 */
GType ibus_prop_type_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_PROP_TYPE:
 * @returns: GType of IBUS_PROP_TYPE
 *
 * Returns the type of IBUS_PROP_TYPE as GType.
 */
#define IBUS_TYPE_PROP_TYPE (ibus_prop_type_get_type ())
/**
 * ibus_prop_state_get_type:
 * @returns: GType of IBUS_PROP_STATE
 *
 * Returns the type of IBUS_PROP_STATE as GType.
 */
GType ibus_prop_state_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_PROP_STATE:
 * @returns: GType of IBUS_PROP_STATE
 *
 * Returns the type of IBUS_PROP_STATE as GType.
 */
#define IBUS_TYPE_PROP_STATE (ibus_prop_state_get_type ())

/* enumerations from "ibustypes.h" */
/**
 * ibus_modifier_type_get_type:
 * @returns: GType of IBUS_MODIFIER_TYPE
 *
 * Returns the type of IBUS_MODIFIER_TYPE as GType.
 */
GType ibus_modifier_type_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_MODIFIER_TYPE:
 * @returns: GType of IBUS_MODIFIER_TYPE
 *
 * Returns the type of IBUS_MODIFIER_TYPE as GType.
 */
#define IBUS_TYPE_MODIFIER_TYPE (ibus_modifier_type_get_type ())
/**
 * ibus_capabilite_get_type:
 * @returns: GType of IBUS_CAPABILITE
 *
 * Returns the type of IBUS_CAPABILITE as GType.
 */
GType ibus_capabilite_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_CAPABILITE:
 * @returns: GType of IBUS_CAPABILITE
 *
 * Returns the type of IBUS_CAPABILITE as GType.
 */
#define IBUS_TYPE_CAPABILITE (ibus_capabilite_get_type ())
/**
 * ibus_preedit_focus_mode_get_type:
 * @returns: GType of IBUS_PREEDIT_FOCUS_MODE
 *
 * Returns the type of IBUS_PREEDIT_FOCUS_MODE as GType.
 */
GType ibus_preedit_focus_mode_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_PREEDIT_FOCUS_MODE:
 * @returns: GType of IBUS_PREEDIT_FOCUS_MODE
 *
 * Returns the type of IBUS_PREEDIT_FOCUS_MODE as GType.
 */
#define IBUS_TYPE_PREEDIT_FOCUS_MODE (ibus_preedit_focus_mode_get_type ())
/**
 * ibus_orientation_get_type:
 * @returns: GType of IBUS_ORIENTATION
 *
 * Returns the type of IBUS_ORIENTATION as GType.
 */
GType ibus_orientation_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_ORIENTATION:
 * @returns: GType of IBUS_ORIENTATION
 *
 * Returns the type of IBUS_ORIENTATION as GType.
 */
#define IBUS_TYPE_ORIENTATION (ibus_orientation_get_type ())
/**
 * ibus_bus_name_flag_get_type:
 * @returns: GType of IBUS_BUS_NAME_FLAG
 *
 * Returns the type of IBUS_BUS_NAME_FLAG as GType.
 */
GType ibus_bus_name_flag_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_BUS_NAME_FLAG:
 * @returns: GType of IBUS_BUS_NAME_FLAG
 *
 * Returns the type of IBUS_BUS_NAME_FLAG as GType.
 */
#define IBUS_TYPE_BUS_NAME_FLAG (ibus_bus_name_flag_get_type ())
/**
 * ibus_bus_request_name_reply_get_type:
 * @returns: GType of IBUS_BUS_REQUEST_NAME_REPLY
 *
 * Returns the type of IBUS_BUS_REQUEST_NAME_REPLY as GType.
 */
GType ibus_bus_request_name_reply_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_BUS_REQUEST_NAME_REPLY:
 * @returns: GType of IBUS_BUS_REQUEST_NAME_REPLY
 *
 * Returns the type of IBUS_BUS_REQUEST_NAME_REPLY as GType.
 */
#define IBUS_TYPE_BUS_REQUEST_NAME_REPLY (ibus_bus_request_name_reply_get_type ())
/**
 * ibus_bus_start_service_by_name_reply_get_type:
 * @returns: GType of IBUS_BUS_START_SERVICE_BY_NAME_REPLY
 *
 * Returns the type of IBUS_BUS_START_SERVICE_BY_NAME_REPLY as GType.
 */
GType ibus_bus_start_service_by_name_reply_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_BUS_START_SERVICE_BY_NAME_REPLY:
 * @returns: GType of IBUS_BUS_START_SERVICE_BY_NAME_REPLY
 *
 * Returns the type of IBUS_BUS_START_SERVICE_BY_NAME_REPLY as GType.
 */
#define IBUS_TYPE_BUS_START_SERVICE_BY_NAME_REPLY (ibus_bus_start_service_by_name_reply_get_type ())
/**
 * ibus_error_get_type:
 * @returns: GType of IBUS_ERROR
 *
 * Returns the type of IBUS_ERROR as GType.
 */
GType ibus_error_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_ERROR:
 * @returns: GType of IBUS_ERROR
 *
 * Returns the type of IBUS_ERROR as GType.
 */
#define IBUS_TYPE_ERROR (ibus_error_get_type ())
/**
 * ibus_preload_engine_mode_get_type:
 * @returns: GType of IBUS_PRELOAD_ENGINE_MODE
 *
 * Returns the type of IBUS_PRELOAD_ENGINE_MODE as GType.
 */
GType ibus_preload_engine_mode_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_PRELOAD_ENGINE_MODE:
 * @returns: GType of IBUS_PRELOAD_ENGINE_MODE
 *
 * Returns the type of IBUS_PRELOAD_ENGINE_MODE as GType.
 */
#define IBUS_TYPE_PRELOAD_ENGINE_MODE (ibus_preload_engine_mode_get_type ())
/**
 * ibus_input_purpose_get_type:
 * @returns: GType of IBUS_INPUT_PURPOSE
 *
 * Returns the type of IBUS_INPUT_PURPOSE as GType.
 */
GType ibus_input_purpose_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_INPUT_PURPOSE:
 * @returns: GType of IBUS_INPUT_PURPOSE
 *
 * Returns the type of IBUS_INPUT_PURPOSE as GType.
 */
#define IBUS_TYPE_INPUT_PURPOSE (ibus_input_purpose_get_type ())
/**
 * ibus_input_hints_get_type:
 * @returns: GType of IBUS_INPUT_HINTS
 *
 * Returns the type of IBUS_INPUT_HINTS as GType.
 */
GType ibus_input_hints_get_type (void) G_GNUC_CONST;

/**
 * IBUS_TYPE_INPUT_HINTS:
 * @returns: GType of IBUS_INPUT_HINTS
 *
 * Returns the type of IBUS_INPUT_HINTS as GType.
 */
#define IBUS_TYPE_INPUT_HINTS (ibus_input_hints_get_type ())
G_END_DECLS

#endif /* __IBUS_ENUM_TYPES_H__ */

/* Generated data ends here */