medit/moo/mooedit/mooedit-enums.h

50 lines
1.4 KiB
C

/* Generated data (by glib-mkenums) */
#ifndef MOOEDIT_ENUMS_H
#define MOOEDIT_ENUMS_H
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from moocommand.h */
GType moo_command_options_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_COMMAND_OPTIONS (moo_command_options_get_type())
/* enumerations from mooeditconfig.h */
GType moo_edit_config_source_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_EDIT_CONFIG_SOURCE (moo_edit_config_source_get_type())
/* enumerations from mooeditwindow.h */
GType moo_action_check_type_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_ACTION_CHECK_TYPE (moo_action_check_type_get_type())
/* enumerations from mooedit.h */
GType moo_edit_status_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_EDIT_STATUS (moo_edit_status_get_type())
GType moo_edit_state_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_EDIT_STATE (moo_edit_state_get_type())
/* enumerations from mootextfind.h */
GType moo_find_flags_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_FIND_FLAGS (moo_find_flags_get_type())
/* enumerations from mootextsearch.h */
GType moo_text_search_flags_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_TEXT_SEARCH_FLAGS (moo_text_search_flags_get_type())
/* enumerations from mootextview.h */
GType moo_text_selection_type_get_type (void) G_GNUC_CONST;
#define MOO_TYPE_TEXT_SELECTION_TYPE (moo_text_selection_type_get_type())
G_END_DECLS
#endif /* MOOEDIT_ENUMS_H */
/* Generated data ends here */