Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-utils.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 08:21:17 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 08:21:17 (GMT)
commit28ffb1e81e22421674091f6ad73613684bad12de (patch)
tree5f7da21bf328c220ce35b99b73e8e94d5692a7a8 /shell/ev-utils.h
parent4a0680e34b63098c3d8b6a48b613958acd3e47a9 (diff)
[ui] Escape URIs for display
Uses uri escaping function to make more sensible URI's to display them. Fixes GNOME bug #581064.
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r--shell/ev-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-utils.h b/shell/ev-utils.h
index f7c58a7..ac89b1e 100644
--- a/shell/ev-utils.h
+++ b/shell/ev-utils.h
@@ -44,6 +44,7 @@ gdouble get_screen_dpi (GtkWindow * window);
void file_chooser_dialog_add_writable_pixbuf_formats (GtkFileChooser *chooser);
GdkPixbufFormat* get_gdk_pixbuf_format_by_extension (gchar *uri);
+char* escape_uri_for_display (const char *uri);
G_END_DECLS
#endif /* __EV_VIEW_H__ */