From 8f535d303b8985db357abc54cb4d3fe1ff7e84bd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 04 Jul 2005 22:49:27 +0000 Subject: Implement nautilus plugin for properties. Works only for pdf atm, I need 2005-07-05 Marco Pesenti Gritti * configure.ac: * properties/Makefile.am: * properties/ev-properties-view.c: (ev_properties_view_register_type): * properties/ev-properties-view.h: * properties/ev-properties-main.h: Implement nautilus plugin for properties. Works only for pdf atm, I need to rework the document types stuff to get this to work for all backends... --- (limited to 'properties/ev-properties-view.c') diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index 297cbc5..70c337e 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -251,6 +251,12 @@ ev_properties_view_init (EvPropertiesView *properties) TRUE, TRUE, 0); } +void +ev_properties_view_register_type (GTypeModule *module) +{ + ev_properties_view_get_type (); +} + GtkWidget * ev_properties_view_new (void) { -- cgit v0.9.1