48 lines
1.3 KiB
C
48 lines
1.3 KiB
C
|
|
/* Generated data (by glib-mkenums) */
|
|
|
|
#ifndef MOOUTILS_ENUMS_H
|
|
#define MOOUTILS_ENUMS_H
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
/* enumerations from moofiledialog.h */
|
|
GType moo_file_dialog_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_FILE_DIALOG_TYPE (moo_file_dialog_type_get_type())
|
|
|
|
/* enumerations from moofilewatch.h */
|
|
GType moo_file_event_code_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_FILE_EVENT_CODE (moo_file_event_code_get_type())
|
|
|
|
/* enumerations from mooprefs.h */
|
|
GType moo_prefs_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_PREFS_TYPE (moo_prefs_type_get_type())
|
|
|
|
GType moo_prefs_match_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_PREFS_MATCH_TYPE (moo_prefs_match_type_get_type())
|
|
|
|
/* enumerations from moouixml.h */
|
|
GType moo_ui_node_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_UI_NODE_TYPE (moo_ui_node_type_get_type())
|
|
|
|
GType moo_ui_node_flags_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_UI_NODE_FLAGS (moo_ui_node_flags_get_type())
|
|
|
|
GType moo_ui_widget_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_UI_WIDGET_TYPE (moo_ui_widget_type_get_type())
|
|
|
|
/* enumerations from mooutils-misc.h */
|
|
GType moo_data_dir_type_get_type (void) G_GNUC_CONST;
|
|
#define MOO_TYPE_DATA_DIR_TYPE (moo_data_dir_type_get_type())
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* MOOUTILS_ENUMS_H */
|
|
|
|
/* Generated data ends here */
|
|
|