]> www.fi.muni.cz Git - evince.git/blobdiff - backend/pixbuf/pixbuf-document.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / backend / pixbuf / pixbuf-document.h
index bddf94a8fb747f24b4424fb43fcecc0d1f190858..d8a4d4389d57d69aef7800e5ff1cfc9cdf3476ec 100644 (file)
@@ -29,9 +29,9 @@ G_BEGIN_DECLS
 
 typedef struct _PixbufDocument PixbufDocument;
 
-PixbufDocument *pixbuf_document_new       (void);
+GType                 pixbuf_document_get_type (void) G_GNUC_CONST;
 
-GType        pixbuf_document_get_type  (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend  (GTypeModule *module); 
      
 G_END_DECLS