]> www.fi.muni.cz Git - evince.git/blobdiff - backend/comics/comics-document.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / backend / comics / comics-document.h
index cd5b17b5abe4299c2700c498260caa7a05922a93..fdc815cd00e4da2298483ec6db7fe75a4e8f15c7 100644 (file)
@@ -29,9 +29,9 @@ G_BEGIN_DECLS
 
 typedef struct _ComicsDocument ComicsDocument;
 
-ComicsDocument *comics_document_new       (void);
+GType                 comics_document_get_type (void) G_GNUC_CONST;
 
-GType           comics_document_get_type  (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend  (GTypeModule *module);
      
 G_END_DECLS