From 28ffb1e81e22421674091f6ad73613684bad12de Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 03 May 2009 08:21:17 +0000 Subject: [ui] Escape URIs for display Uses uri escaping function to make more sensible URI's to display them. Fixes GNOME bug #581064. --- (limited to 'shell/ev-utils.h') 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__ */ -- cgit v0.9.1