]> www.fi.muni.cz Git - evince.git/blobdiff - backend/impress/impress-document.h
Plugin system for backends. Fixes bug #351348.
[evince.git] / backend / impress / impress-document.h
index 7698e98cbed7eb52dc32eb0da0837b8061133e22..9f8449858b27ce620edf9d7410862f0a14d5361a 100644 (file)
@@ -30,8 +30,9 @@ G_BEGIN_DECLS
 
 typedef struct _ImpressDocument ImpressDocument;
 
-ImpressDocument *impress_document_new      (void);
-GType         impress_document_get_type (void) G_GNUC_CONST;
+GType                 impress_document_get_type (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT GType register_evince_backend   (GTypeModule *module);
      
 G_END_DECLS