Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-file-exporter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-file-exporter.c')
-rw-r--r--libdocument/ev-file-exporter.c23
1 files changed, 5 insertions, 18 deletions
diff --git a/libdocument/ev-file-exporter.c b/libdocument/ev-file-exporter.c
index c74869f..43f563b 100644
--- a/libdocument/ev-file-exporter.c
+++ b/libdocument/ev-file-exporter.c
@@ -22,26 +22,13 @@
#include <config.h>
#include "ev-file-exporter.h"
+#include "ev-document.h"
-GType
-ev_file_exporter_get_type (void)
-{
- static GType type = 0;
-
- if (G_UNLIKELY (type == 0)) {
- const GTypeInfo our_info =
- {
- sizeof (EvFileExporterIface),
- NULL,
- NULL,
- };
+EV_DEFINE_INTERFACE (EvFileExporter, ev_file_exporter, 0)
- type = g_type_register_static (G_TYPE_INTERFACE,
- "EvFileExporter",
- &our_info, (GTypeFlags)0);
- }
-
- return type;
+static void
+ev_file_exporter_class_init (EvFileExporterIface *klass)
+{
}
void