2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-document.c: (ev_document_get_type):
Add GObject type as prerequisite to EvDocument interface so that
document instances can be used as GObjects.
svn path=/trunk/; revision=3304
+2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libdocument/ev-document.c: (ev_document_get_type):
+
+ Add GObject type as prerequisite to EvDocument interface so that
+ document instances can be used as GObjects.
+
2008-12-19 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (jump_to_find_result):
type = g_type_register_static (G_TYPE_INTERFACE,
"EvDocument",
&our_info, (GTypeFlags)0);
+
+ g_type_interface_add_prerequisite (type, G_TYPE_OBJECT);
}
return type;