~ubuntu-branches/ubuntu/quantal/evince/quantal

« back to all changes in this revision

Viewing changes to libdocument/ev-document-type-builtins.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-07 16:47:24 UTC
  • mfrom: (1.1.76)
  • Revision ID: package-import@ubuntu.com-20120607164724-fg32ta2uv3lrkwnk
Tags: 3.5.2-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libpoppler-glib-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define EV_TYPE_ANNOTATIONS_SAVE_MASK (ev_annotations_save_mask_get_type ())
25
25
 
26
26
/* enumerations from "ev-document.h" */
 
27
GType ev_document_load_flags_get_type (void) G_GNUC_CONST;
 
28
#define EV_TYPE_DOCUMENT_LOAD_FLAGS (ev_document_load_flags_get_type ())
27
29
GType ev_document_error_get_type (void) G_GNUC_CONST;
28
30
#define EV_TYPE_DOCUMENT_ERROR (ev_document_error_get_type ())
29
31