]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-find.c
Updated assamese translations
[evince.git] / libdocument / ev-document-find.c
index 59b8755a700959812e2bfa4b543eab741fe41d5e..bba5ea3d54f6b992cf71e358154d29aea2cf02f1 100644 (file)
 
 #include "ev-document-find.h"
 
-GType
-ev_document_find_get_type (void)
-{
-       static GType type = 0;
-
-       if (G_UNLIKELY (type == 0))
-       {
-               const GTypeInfo our_info =
-               {
-                       sizeof (EvDocumentFindIface),
-                       NULL,
-                       NULL,
-               };
+EV_DEFINE_INTERFACE (EvDocumentFind, ev_document_find, 0)
 
-               type = g_type_register_static (G_TYPE_INTERFACE,
-                                              "EvDocumentFind",
-                                              &our_info, (GTypeFlags)0);
-       }
-
-       return type;
+static void
+ev_document_find_class_init (EvDocumentFindIface *klass)
+{
 }
 
 GList *