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
|
/* Generated data (by glib-mkenums) */
#if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
#error "Only <evince-document.h> can be included directly."
#endif
#ifndef EV_DOCUMENT_TYPE_BUILTINS_H
#define EV_DOCUMENT_TYPE_BUILTINS_H
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "ev-document.h" */
GType ev_document_error_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_ERROR (ev_document_error_get_type ())
/* enumerations from "ev-document-info.h" */
GType ev_document_layout_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_LAYOUT (ev_document_layout_get_type ())
GType ev_document_mode_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_MODE (ev_document_mode_get_type ())
GType ev_document_ui_hints_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_UI_HINTS (ev_document_ui_hints_get_type ())
GType ev_document_permissions_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_PERMISSIONS (ev_document_permissions_get_type ())
GType ev_document_info_fields_get_type (void) G_GNUC_CONST;
#define EV_TYPE_DOCUMENT_INFO_FIELDS (ev_document_info_fields_get_type ())
/* enumerations from "ev-file-exporter.h" */
GType ev_file_exporter_format_get_type (void) G_GNUC_CONST;
#define EV_TYPE_FILE_EXPORTER_FORMAT (ev_file_exporter_format_get_type ())
GType ev_file_exporter_capabilities_get_type (void) G_GNUC_CONST;
#define EV_TYPE_FILE_EXPORTER_CAPABILITIES (ev_file_exporter_capabilities_get_type ())
/* enumerations from "ev-file-helpers.h" */
GType ev_compression_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_COMPRESSION_TYPE (ev_compression_type_get_type ())
/* enumerations from "ev-form-field.h" */
GType ev_form_field_text_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_FORM_FIELD_TEXT_TYPE (ev_form_field_text_type_get_type ())
GType ev_form_field_button_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_FORM_FIELD_BUTTON_TYPE (ev_form_field_button_type_get_type ())
GType ev_form_field_choice_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_FORM_FIELD_CHOICE_TYPE (ev_form_field_choice_type_get_type ())
/* enumerations from "ev-link-action.h" */
GType ev_link_action_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_LINK_ACTION_TYPE (ev_link_action_type_get_type ())
/* enumerations from "ev-link-dest.h" */
GType ev_link_dest_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_LINK_DEST_TYPE (ev_link_dest_type_get_type ())
/* enumerations from "ev-selection.h" */
GType ev_selection_style_get_type (void) G_GNUC_CONST;
#define EV_TYPE_SELECTION_STYLE (ev_selection_style_get_type ())
/* enumerations from "ev-transition-effect.h" */
GType ev_transition_effect_type_get_type (void) G_GNUC_CONST;
#define EV_TYPE_TRANSITION_EFFECT_TYPE (ev_transition_effect_type_get_type ())
GType ev_transition_effect_alignment_get_type (void) G_GNUC_CONST;
#define EV_TYPE_TRANSITION_EFFECT_ALIGNMENT (ev_transition_effect_alignment_get_type ())
GType ev_transition_effect_direction_get_type (void) G_GNUC_CONST;
#define EV_TYPE_TRANSITION_EFFECT_DIRECTION (ev_transition_effect_direction_get_type ())
G_END_DECLS
#endif /* !EV_DOCUMENT_TYPE_BUILTINS_H */
/* Generated data ends here */
|