Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-forms.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-document-forms.c')
-rw-r--r--libdocument/ev-document-forms.c21
1 files changed, 4 insertions, 17 deletions
diff --git a/libdocument/ev-document-forms.c b/libdocument/ev-document-forms.c
index d5d9c70..6d702a3 100644
--- a/libdocument/ev-document-forms.c
+++ b/libdocument/ev-document-forms.c
@@ -21,24 +21,11 @@
#include <config.h>
#include "ev-document-forms.h"
-GType
-ev_document_forms_get_type (void)
-{
- static GType type = 0;
-
- if (G_UNLIKELY (type == 0)) {
- const GTypeInfo our_info = {
- sizeof (EvDocumentFormsIface),
- NULL,
- NULL,
- };
+EV_DEFINE_INTERFACE (EvDocumentForms, ev_document_forms, 0)
- type = g_type_register_static (G_TYPE_INTERFACE,
- "EvDocumentForms",
- &our_info, (GTypeFlags)0);
- }
-
- return type;
+static void
+ev_document_forms_class_init (EvDocumentFormsIface *klass)
+{
}
GList *