~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to gobject/glib-types.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
17
17
 * Boston, MA 02111-1307, USA.
18
18
 */
 
19
#ifndef __GLIB_TYPES_H__
 
20
#define __GLIB_TYPES_H__
 
21
 
19
22
#if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) && !defined(GLIB_COMPILATION)
20
23
#error "Only <glib-object.h> can be included directly."
21
24
#endif
22
25
 
23
 
#ifndef __GLIB_TYPES_H__
24
 
#define __GLIB_TYPES_H__
25
 
 
26
26
#include <glib.h>
27
27
 
28
28
G_BEGIN_DECLS
169
169
#define G_TYPE_DATE_TIME (g_date_time_get_type ())
170
170
 
171
171
/**
 
172
 * G_TYPE_TIME_ZONE:
 
173
 *
 
174
 * The #GType for a boxed type holding a #GTimeZone.
 
175
 *
 
176
 * Since: 2.34
 
177
 */
 
178
#define G_TYPE_TIME_ZONE (g_time_zone_get_type ())
 
179
 
 
180
/**
172
181
 * G_TYPE_IO_CHANNEL:
173
182
 *
174
183
 * The #GType for #GIOChannel.
219
228
#define G_TYPE_SOURCE (g_source_get_type ())
220
229
 
221
230
/**
 
231
 * G_TYPE_POLLFD:
 
232
 *
 
233
 * The #GType for a boxed type holding a #GPollFD.
 
234
 *
 
235
 * Since: 2.36
 
236
 */
 
237
#define G_TYPE_POLLFD (g_pollfd_get_type ())
 
238
 
 
239
/**
 
240
 * G_TYPE_MARKUP_PARSE_CONTEXT:
 
241
 *
 
242
 * The #GType for a boxed type holding a #GMarkupParseContext.
 
243
 *
 
244
 * Since: 2.36
 
245
 */
 
246
#define G_TYPE_MARKUP_PARSE_CONTEXT (g_markup_parse_context_get_type ())
 
247
 
 
248
/**
222
249
 * G_TYPE_KEY_FILE:
223
250
 *
224
251
 * The #GType for a boxed type holding a #GKeyFile.
227
254
 */
228
255
#define G_TYPE_KEY_FILE (g_key_file_get_type ())
229
256
 
 
257
/**
 
258
 * G_TYPE_THREAD:
 
259
 *
 
260
 * The #GType for a boxed type holding a #GThread.
 
261
 *
 
262
 * Since: 2.36
 
263
 */
 
264
#define G_TYPE_THREAD (g_thread_get_type ())
 
265
 
 
266
/**
 
267
 * G_TYPE_CHECKSUM:
 
268
 *
 
269
 * The #GType for a boxed type holding a #GChecksum.
 
270
 *
 
271
 * Since: 2.36
 
272
 */
 
273
#define G_TYPE_CHECKSUM (g_checksum_get_type ())
 
274
 
 
275
GLIB_AVAILABLE_IN_ALL
230
276
GType   g_date_get_type            (void) G_GNUC_CONST;
 
277
GLIB_AVAILABLE_IN_ALL
231
278
GType   g_strv_get_type            (void) G_GNUC_CONST;
 
279
GLIB_AVAILABLE_IN_ALL
232
280
GType   g_gstring_get_type         (void) G_GNUC_CONST;
 
281
GLIB_AVAILABLE_IN_ALL
233
282
GType   g_hash_table_get_type      (void) G_GNUC_CONST;
 
283
GLIB_AVAILABLE_IN_ALL
234
284
GType   g_array_get_type           (void) G_GNUC_CONST;
 
285
GLIB_AVAILABLE_IN_ALL
235
286
GType   g_byte_array_get_type      (void) G_GNUC_CONST;
 
287
GLIB_AVAILABLE_IN_ALL
236
288
GType   g_ptr_array_get_type       (void) G_GNUC_CONST;
 
289
GLIB_AVAILABLE_IN_ALL
237
290
GType   g_bytes_get_type           (void) G_GNUC_CONST;
 
291
GLIB_AVAILABLE_IN_ALL
238
292
GType   g_variant_type_get_gtype   (void) G_GNUC_CONST;
 
293
GLIB_AVAILABLE_IN_ALL
239
294
GType   g_regex_get_type           (void) G_GNUC_CONST;
240
295
GLIB_AVAILABLE_IN_2_30
241
296
GType   g_match_info_get_type      (void) G_GNUC_CONST;
 
297
GLIB_AVAILABLE_IN_ALL
242
298
GType   g_error_get_type           (void) G_GNUC_CONST;
 
299
GLIB_AVAILABLE_IN_ALL
243
300
GType   g_date_time_get_type       (void) G_GNUC_CONST;
 
301
GLIB_AVAILABLE_IN_ALL
 
302
GType   g_time_zone_get_type       (void) G_GNUC_CONST;
 
303
GLIB_AVAILABLE_IN_ALL
244
304
GType   g_io_channel_get_type      (void) G_GNUC_CONST;
 
305
GLIB_AVAILABLE_IN_ALL
245
306
GType   g_io_condition_get_type    (void) G_GNUC_CONST;
 
307
GLIB_AVAILABLE_IN_ALL
246
308
GType   g_variant_builder_get_type (void) G_GNUC_CONST;
 
309
GLIB_AVAILABLE_IN_ALL
247
310
GType   g_key_file_get_type        (void) G_GNUC_CONST;
248
311
GLIB_AVAILABLE_IN_2_30
249
312
GType   g_main_loop_get_type       (void) G_GNUC_CONST;
251
314
GType   g_main_context_get_type    (void) G_GNUC_CONST;
252
315
GLIB_AVAILABLE_IN_2_30
253
316
GType   g_source_get_type          (void) G_GNUC_CONST;
 
317
GLIB_AVAILABLE_IN_2_36
 
318
GType   g_pollfd_get_type          (void) G_GNUC_CONST;
 
319
GLIB_AVAILABLE_IN_2_36
 
320
GType   g_thread_get_type          (void) G_GNUC_CONST;
 
321
GLIB_AVAILABLE_IN_2_36
 
322
GType   g_checksum_get_type        (void) G_GNUC_CONST;
 
323
GLIB_AVAILABLE_IN_2_36
 
324
GType   g_markup_parse_context_get_type (void) G_GNUC_CONST;
254
325
 
255
326
GLIB_DEPRECATED_FOR('G_TYPE_VARIANT')
256
327
GType   g_variant_get_gtype        (void) G_GNUC_CONST;