]> www.fi.muni.cz Git - evince.git/blobdiff - backend/tiff/tiff-document.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / backend / tiff / tiff-document.h
index bdf0e29db5603a42a2a5551ee2f12eca83f9d842..4170cca612f2f22b2a51eb0129b120cbfc0dc5d6 100644 (file)
@@ -30,8 +30,8 @@ G_BEGIN_DECLS
 
 typedef struct _TiffDocument TiffDocument;
 
-TiffDocument *tiff_document_new      (void);
-GType         tiff_document_get_type (void) G_GNUC_CONST;
+GType                 tiff_document_get_type  (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
      
 G_END_DECLS