Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/impress/impress-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/impress/impress-document.h')
-rw-r--r--backend/impress/impress-document.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/impress/impress-document.h b/backend/impress/impress-document.h
index 7698e98..9f84498 100644
--- a/backend/impress/impress-document.h
+++ b/backend/impress/impress-document.h
@@ -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