File: gperl-gtypes.h

package info (click to toggle)
libglib-perl 3%3A1.305-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,484 kB
  • ctags: 311
  • sloc: perl: 4,336; ansic: 841; makefile: 7
file content (84 lines) | stat: -rw-r--r-- 2,977 bytes parent folder | download
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
#ifndef __GPERL_GTYPES_H__
#define __GPERL_GTYPES_H__ 1

#include <glib-object.h>

G_BEGIN_DECLS

/* --- Enums/Flags: --------------------------------------------------------- */

#define GPERL_TYPE_CONNECT_FLAGS gperl_connect_flags_get_type ()
GType gperl_connect_flags_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION (2, 6, 0)
#define GPERL_TYPE_KEY_FILE_FLAGS gperl_key_file_flags_get_type()
GType gperl_key_file_flags_get_type (void) G_GNUC_CONST;
#endif

#define GPERL_TYPE_LOG_LEVEL_FLAGS gperl_log_level_flags_get_type ()
GType gperl_log_level_flags_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION (2, 6, 0)
#define GPERL_TYPE_OPTION_FLAGS gperl_option_flags_get_type ()
GType gperl_option_flags_get_type (void) G_GNUC_CONST;
#endif

#if GLIB_CHECK_VERSION (2, 12, 0)
#define GPERL_TYPE_OPTION_ARG gperl_option_arg_get_type ()
GType gperl_option_arg_get_type (void) G_GNUC_CONST;
#endif

/* the obvious G_TYPE_PARAM_FLAGS is taken by GParamSpecFlags. */
#define GPERL_TYPE_PARAM_FLAGS gperl_param_flags_get_type ()
GType gperl_param_flags_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_SIGNAL_FLAGS gperl_signal_flags_get_type ()
GType gperl_signal_flags_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_SPAWN_FLAGS gperl_spawn_flags_get_type ()
GType gperl_spawn_flags_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION (2, 14, 0)
#define GPERL_TYPE_USER_DIRECTORY gperl_user_directory_get_type ()
GType gperl_user_directory_get_type (void) G_GNUC_CONST;
#endif

/* --- Error values: -------------------------------------------------------- */

#if GLIB_CHECK_VERSION (2, 12, 0)
#define GPERL_TYPE_BOOKMARK_FILE_ERROR gperl_bookmark_file_error_get_type ()
GType gperl_bookmark_file_error_get_type (void) G_GNUC_CONST;
#endif /* GLIB_CHECK_VERSION (2, 12, 0) */

#define GPERL_TYPE_CONVERT_ERROR gperl_convert_error_get_type ()
GType gperl_convert_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_FILE_ERROR gperl_file_error_get_type ()
GType gperl_file_error_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION (2, 6, 0)
#define GPERL_TYPE_KEY_FILE_ERROR gperl_key_file_error_get_type ()
GType gperl_key_file_error_get_type (void) G_GNUC_CONST;
#endif /* GLIB_CHECK_VERSION (2, 6, 0) */

#define GPERL_TYPE_IO_ERROR gperl_io_error_get_type ()
GType gperl_io_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_IO_CHANNEL_ERROR gperl_io_channel_error_get_type ()
GType gperl_io_channel_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_MARKUP_ERROR gperl_markup_error_get_type ()
GType gperl_markup_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_SHELL_ERROR gperl_shell_error_get_type ()
GType gperl_shell_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_SPAWN_ERROR gperl_spawn_error_get_type ()
GType gperl_spawn_error_get_type (void) G_GNUC_CONST;

#define GPERL_TYPE_THREAD_ERROR gperl_thread_error_get_type ()
GType gperl_thread_error_get_type (void) G_GNUC_CONST;

G_END_DECLS

#endif /* __GPERL_GTYPES_H__ */