~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to backend/tiff/tiff-document.h

Tags: upstream-2.21.90
ImportĀ upstreamĀ versionĀ 2.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
typedef struct _TiffDocument TiffDocument;
32
32
 
33
 
TiffDocument *tiff_document_new      (void);
34
 
GType         tiff_document_get_type (void) G_GNUC_CONST;
 
33
GType                 tiff_document_get_type  (void) G_GNUC_CONST;
 
34
G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
35
35
     
36
36
G_END_DECLS
37
37