From 84c2106c83ce1eb1b0012e9714ef15875e202e72 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 26 Jan 2009 18:29:31 +0000 Subject: Move ev_dot_dir() from libdocument to shell, since it shouldn't be public * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists), (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown): * libdocument/ev-file-helpers.h: * shell/ev-application.c: (ev_application_shutdown), (ev_application_init), (ev_application_screensaver_disable), (ev_application_save_print_settings), (ev_application_set_page_setup): * shell/ev-application.h: * shell/ev-metadata-manager.c: (load_values), (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to shell, since it shouldn't be public API. Bug #569120. * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use g_get_prgname() instead of hardcoding "evince" for the tmpdir name. svn path=/trunk/; revision=3383 --- (limited to 'shell/ev-application.h') diff --git a/shell/ev-application.h b/shell/ev-application.h index 1dfa321..1b96ca5 100644 --- a/shell/ev-application.h +++ b/shell/ev-application.h @@ -92,6 +92,7 @@ void ev_application_set_print_settings (EvApplication *applicati GtkPageSetup *ev_application_get_page_setup (EvApplication *application); void ev_application_set_page_setup (EvApplication *application, GtkPageSetup *page_setup); +const gchar *ev_application_get_dot_dir (EvApplication *application); G_END_DECLS -- cgit v0.9.1