]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-document.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / backend / djvu / djvu-document.h
index 402f476ef88a6e63f0ea3df1f0a6cb095457c0d5..3a5cd6fca63d2157c84ed07a50d68a54e303e655 100644 (file)
@@ -29,9 +29,9 @@ G_BEGIN_DECLS
 
 typedef struct _DjvuDocument DjvuDocument;
 
-DjvuDocument *djvu_document_new       (void);
+GType                 djvu_document_get_type  (void) G_GNUC_CONST;
 
-GType        djvu_document_get_type  (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
      
 G_END_DECLS