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

« back to all changes in this revision

Viewing changes to backend/pixbuf/pixbuf-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:
29
29
 
30
30
typedef struct _PixbufDocument PixbufDocument;
31
31
 
32
 
PixbufDocument *pixbuf_document_new       (void);
 
32
GType                 pixbuf_document_get_type (void) G_GNUC_CONST;
33
33
 
34
 
GType        pixbuf_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