~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/glib/poppler-enums.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
 
 
5
#ifndef POPPLER_ENUMS_H
 
6
#define POPPLER_ENUMS_H
 
7
 
 
8
#include <glib-object.h>
 
9
 
 
10
G_BEGIN_DECLS
 
11
 
 
12
/* enumerations from "poppler-action.h" */
 
13
GType poppler_action_type_get_type (void) G_GNUC_CONST;
 
14
#define POPPLER_TYPE_ACTION_TYPE (poppler_action_type_get_type ())
 
15
GType poppler_dest_type_get_type (void) G_GNUC_CONST;
 
16
#define POPPLER_TYPE_DEST_TYPE (poppler_dest_type_get_type ())
 
17
GType poppler_action_movie_operation_get_type (void) G_GNUC_CONST;
 
18
#define POPPLER_TYPE_ACTION_MOVIE_OPERATION (poppler_action_movie_operation_get_type ())
 
19
GType poppler_action_layer_action_get_type (void) G_GNUC_CONST;
 
20
#define POPPLER_TYPE_ACTION_LAYER_ACTION (poppler_action_layer_action_get_type ())
 
21
 
 
22
/* enumerations from "poppler-document.h" */
 
23
GType poppler_page_layout_get_type (void) G_GNUC_CONST;
 
24
#define POPPLER_TYPE_PAGE_LAYOUT (poppler_page_layout_get_type ())
 
25
GType poppler_page_mode_get_type (void) G_GNUC_CONST;
 
26
#define POPPLER_TYPE_PAGE_MODE (poppler_page_mode_get_type ())
 
27
GType poppler_font_type_get_type (void) G_GNUC_CONST;
 
28
#define POPPLER_TYPE_FONT_TYPE (poppler_font_type_get_type ())
 
29
GType poppler_viewer_preferences_get_type (void) G_GNUC_CONST;
 
30
#define POPPLER_TYPE_VIEWER_PREFERENCES (poppler_viewer_preferences_get_type ())
 
31
GType poppler_permissions_get_type (void) G_GNUC_CONST;
 
32
#define POPPLER_TYPE_PERMISSIONS (poppler_permissions_get_type ())
 
33
 
 
34
/* enumerations from "poppler-form-field.h" */
 
35
GType poppler_form_field_type_get_type (void) G_GNUC_CONST;
 
36
#define POPPLER_TYPE_FORM_FIELD_TYPE (poppler_form_field_type_get_type ())
 
37
GType poppler_form_button_type_get_type (void) G_GNUC_CONST;
 
38
#define POPPLER_TYPE_FORM_BUTTON_TYPE (poppler_form_button_type_get_type ())
 
39
GType poppler_form_text_type_get_type (void) G_GNUC_CONST;
 
40
#define POPPLER_TYPE_FORM_TEXT_TYPE (poppler_form_text_type_get_type ())
 
41
GType poppler_form_choice_type_get_type (void) G_GNUC_CONST;
 
42
#define POPPLER_TYPE_FORM_CHOICE_TYPE (poppler_form_choice_type_get_type ())
 
43
 
 
44
/* enumerations from "poppler-annot.h" */
 
45
GType poppler_annot_type_get_type (void) G_GNUC_CONST;
 
46
#define POPPLER_TYPE_ANNOT_TYPE (poppler_annot_type_get_type ())
 
47
GType poppler_annot_flag_get_type (void) G_GNUC_CONST;
 
48
#define POPPLER_TYPE_ANNOT_FLAG (poppler_annot_flag_get_type ())
 
49
GType poppler_annot_markup_reply_type_get_type (void) G_GNUC_CONST;
 
50
#define POPPLER_TYPE_ANNOT_MARKUP_REPLY_TYPE (poppler_annot_markup_reply_type_get_type ())
 
51
GType poppler_annot_external_data_type_get_type (void) G_GNUC_CONST;
 
52
#define POPPLER_TYPE_ANNOT_EXTERNAL_DATA_TYPE (poppler_annot_external_data_type_get_type ())
 
53
GType poppler_annot_text_state_get_type (void) G_GNUC_CONST;
 
54
#define POPPLER_TYPE_ANNOT_TEXT_STATE (poppler_annot_text_state_get_type ())
 
55
GType poppler_annot_free_text_quadding_get_type (void) G_GNUC_CONST;
 
56
#define POPPLER_TYPE_ANNOT_FREE_TEXT_QUADDING (poppler_annot_free_text_quadding_get_type ())
 
57
 
 
58
/* enumerations from "poppler.h" */
 
59
GType poppler_error_get_type (void) G_GNUC_CONST;
 
60
#define POPPLER_TYPE_ERROR (poppler_error_get_type ())
 
61
GType poppler_orientation_get_type (void) G_GNUC_CONST;
 
62
#define POPPLER_TYPE_ORIENTATION (poppler_orientation_get_type ())
 
63
GType poppler_page_transition_type_get_type (void) G_GNUC_CONST;
 
64
#define POPPLER_TYPE_PAGE_TRANSITION_TYPE (poppler_page_transition_type_get_type ())
 
65
GType poppler_page_transition_alignment_get_type (void) G_GNUC_CONST;
 
66
#define POPPLER_TYPE_PAGE_TRANSITION_ALIGNMENT (poppler_page_transition_alignment_get_type ())
 
67
GType poppler_page_transition_direction_get_type (void) G_GNUC_CONST;
 
68
#define POPPLER_TYPE_PAGE_TRANSITION_DIRECTION (poppler_page_transition_direction_get_type ())
 
69
GType poppler_selection_style_get_type (void) G_GNUC_CONST;
 
70
#define POPPLER_TYPE_SELECTION_STYLE (poppler_selection_style_get_type ())
 
71
GType poppler_print_flags_get_type (void) G_GNUC_CONST;
 
72
#define POPPLER_TYPE_PRINT_FLAGS (poppler_print_flags_get_type ())
 
73
GType poppler_backend_get_type (void) G_GNUC_CONST;
 
74
#define POPPLER_TYPE_BACKEND (poppler_backend_get_type ())
 
75
G_END_DECLS
 
76
 
 
77
#endif /* !POPPLER_ENUMS_H */
 
78
 
 
79
/* Generated data ends here */
 
80