gperl-gtypes.h | gperl-gtypes.h | |||
---|---|---|---|---|
/* Generated data (by glib-mkenums) */ | ||||
#ifndef __GPERL_GTYPES_H__ | #ifndef __GPERL_GTYPES_H__ | |||
#define __GPERL_GTYPES_H__ 1 | #define __GPERL_GTYPES_H__ 1 | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | 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) | #if GLIB_CHECK_VERSION (2, 12, 0) | |||
#define GPERL_TYPE_BOOKMARK_FILE_ERROR gperl_g_bookmark_file_error_get_type | #define GPERL_TYPE_BOOKMARK_FILE_ERROR gperl_bookmark_file_error_get_type ( | |||
() | ) | |||
GType gperl_g_bookmark_file_error_get_type (void); | GType gperl_bookmark_file_error_get_type (void) G_GNUC_CONST; | |||
#endif /* GLIB_CHECK_VERSION (2, 12, 0) */ | #endif /* GLIB_CHECK_VERSION (2, 12, 0) */ | |||
#define GPERL_TYPE_CONVERT_ERROR gperl_g_convert_error_get_type() | #define GPERL_TYPE_CONVERT_ERROR gperl_convert_error_get_type () | |||
GType gperl_g_convert_error_get_type (void); | GType gperl_convert_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_FILE_ERROR gperl_g_file_error_get_type() | #define GPERL_TYPE_FILE_ERROR gperl_file_error_get_type () | |||
GType gperl_g_file_error_get_type (void); | GType gperl_file_error_get_type (void) G_GNUC_CONST; | |||
#if GLIB_CHECK_VERSION (2, 6, 0) | #if GLIB_CHECK_VERSION (2, 6, 0) | |||
#define GPERL_TYPE_KEY_FILE_ERROR gperl_g_key_file_error_get_type() | #define GPERL_TYPE_KEY_FILE_ERROR gperl_key_file_error_get_type () | |||
GType gperl_g_key_file_error_get_type (void); | GType gperl_key_file_error_get_type (void) G_GNUC_CONST; | |||
#endif /* GLIB_CHECK_VERSION (2, 6, 0) */ | #endif /* GLIB_CHECK_VERSION (2, 6, 0) */ | |||
#define GPERL_TYPE_IO_ERROR gperl_g_io_error_get_type() | #define GPERL_TYPE_IO_ERROR gperl_io_error_get_type () | |||
GType gperl_g_io_error_get_type (void); | GType gperl_io_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_IO_CHANNEL_ERROR gperl_g_io_channel_error_get_type() | #define GPERL_TYPE_IO_CHANNEL_ERROR gperl_io_channel_error_get_type () | |||
GType gperl_g_io_channel_error_get_type (void); | GType gperl_io_channel_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_MARKUP_ERROR gperl_g_markup_error_get_type() | #define GPERL_TYPE_MARKUP_ERROR gperl_markup_error_get_type () | |||
GType gperl_g_markup_error_get_type (void); | GType gperl_markup_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_SHELL_ERROR gperl_g_shell_error_get_type() | #define GPERL_TYPE_SHELL_ERROR gperl_shell_error_get_type () | |||
GType gperl_g_shell_error_get_type (void); | GType gperl_shell_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_SPAWN_ERROR gperl_g_spawn_error_get_type() | #define GPERL_TYPE_SPAWN_ERROR gperl_spawn_error_get_type () | |||
GType gperl_g_spawn_error_get_type (void); | GType gperl_spawn_error_get_type (void) G_GNUC_CONST; | |||
#define GPERL_TYPE_THREAD_ERROR gperl_g_thread_error_get_type() | #define GPERL_TYPE_THREAD_ERROR gperl_thread_error_get_type () | |||
GType gperl_g_thread_error_get_type (void); | GType gperl_thread_error_get_type (void) G_GNUC_CONST; | |||
G_END_DECLS | G_END_DECLS | |||
#endif /* __GPERL_GTYPES_H__ */ | #endif /* __GPERL_GTYPES_H__ */ | |||
/* Generated data ends here */ | ||||
End of changes. 13 change blocks. | ||||
24 lines changed or deleted | 63 lines changed or added | |||