Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/tiff/tiff-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tiff/tiff-document.h')
-rw-r--r--backend/tiff/tiff-document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/tiff/tiff-document.h b/backend/tiff/tiff-document.h
index bdf0e29..4170cca 100644
--- a/backend/tiff/tiff-document.h
+++ b/backend/tiff/tiff-document.h
@@ -30,8 +30,8 @@ G_BEGIN_DECLS
typedef struct _TiffDocument TiffDocument;
-TiffDocument *tiff_document_new (void);
-GType tiff_document_get_type (void) G_GNUC_CONST;
+GType tiff_document_get_type (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
G_END_DECLS