Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties/ev-properties-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-12-03 15:45:10 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-12-03 15:45:10 (GMT)
commit309a8fb96dd401d07f774c687bda59da77bd41d2 (patch)
tree9240f09e65f8adf291c5c62e8fd02f137f498b12 /properties/ev-properties-view.h
parent7401194be132a52138b9a40e29c63847d125795d (diff)
Add document URI to properties page. Fixes bug #555376.
2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * properties/ev-properties-main.c: (ev_properties_get_pages): * properties/ev-properties-view.[ch]: (ev_properties_view_dispose), (ev_properties_view_class_init), (ev_properties_view_set_info), (ev_properties_view_new): * shell/ev-properties-dialog.[ch]: (ev_properties_dialog_set_document): * shell/ev-window.c: (ev_window_setup_document), (ev_window_cmd_file_properties): Add document URI to properties page. Fixes bug #555376. svn path=/trunk/; revision=3290
Diffstat (limited to 'properties/ev-properties-view.h')
-rw-r--r--properties/ev-properties-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/properties/ev-properties-view.h b/properties/ev-properties-view.h
index 41e6277..ec4dac7 100644
--- a/properties/ev-properties-view.h
+++ b/properties/ev-properties-view.h
@@ -40,7 +40,8 @@ typedef struct _EvPropertiesViewPrivate EvPropertiesViewPrivate;
GType ev_properties_view_get_type (void);
void ev_properties_view_register_type (GTypeModule *module);
-GtkWidget *ev_properties_view_new (void);
+
+GtkWidget *ev_properties_view_new (const gchar *uri);
void ev_properties_view_set_info (EvPropertiesView *properties,
const EvDocumentInfo *info);