Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties/ev-properties-view.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-04 22:49:27 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-04 22:49:27 (GMT)
commit8f535d303b8985db357abc54cb4d3fe1ff7e84bd (patch)
tree37d460e590ab9708c9d98a98986aa8d730746094 /properties/ev-properties-view.c
parent690f1487f47c73f7785f0afcee73ea088144437d (diff)
Implement nautilus plugin for properties. Works only for pdf atm, I need
2005-07-05 Marco Pesenti Gritti <mpg@redhat.com> * 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...
Diffstat (limited to 'properties/ev-properties-view.c')
-rw-r--r--properties/ev-properties-view.c6
1 files changed, 6 insertions, 0 deletions
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)
{