Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-11-10 17:46:18 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-11-10 17:46:18 (GMT)
commitc7dd360a76aa50e8d46e031eee9629af466e677c (patch)
treed8d6877ddfbc35090c1bbfbd57f62e4948a59bf7 /shell/ev-window.h
parentef339ff14f07538586efd4135f5cc816109459f8 (diff)
Remove temp file created when evince is used by GTK+ in preview mode.
2006-11-10 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.[ch]: (get_unlink_temp_file_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri): * shell/ev-window.[ch]: (ev_window_clear_temp_file), (ev_window_open_uri): * shell/main.c: (arguments_parse): Remove temp file created when evince is used by GTK+ in preview mode. Fixes bug #365282.
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index f624fe5..af4795a 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -76,7 +76,8 @@ const char *ev_window_get_uri (EvWindow *ev_window);
void ev_window_open_uri (EvWindow *ev_window,
const char *uri,
EvLinkDest *dest,
- EvWindowRunMode mode);
+ EvWindowRunMode mode,
+ gboolean unlink_temp_file);
void ev_window_goto_dest (EvWindow *ev_window,
EvLinkDest *dest);
gboolean ev_window_is_empty (const EvWindow *ev_window);