From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- libdocument/ev-file-helpers.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libdocument/ev-file-helpers.c') diff --git a/libdocument/ev-file-helpers.c b/libdocument/ev-file-helpers.c index b6ecb244..779b635c 100644 --- a/libdocument/ev-file-helpers.c +++ b/libdocument/ev-file-helpers.c @@ -119,7 +119,7 @@ _ev_file_helpers_shutdown (void) * @file_name: a location to store the filename of the temp file * @error: a location to store a #GError * - * Creates a temp file in the evince temp directory. + * Creates a temp file in the atril temp directory. * * Returns: a file descriptor to the newly created temp file name, or %-1 * on error with @error filled in @@ -169,7 +169,7 @@ close_fd_cb (gpointer fdptr) * @template: a template string; must contain 'XXXXXX', but not necessarily as a suffix * @error: a location to store a #GError * - * Creates a temp #GFile in the evince temp directory. See ev_mkstemp() for more information. + * Creates a temp #GFile in the atril temp directory. See ev_mkstemp() for more information. * * Returns: a newly allocated #GFile for the newly created temp file name, or %NULL * on error with @error filled in @@ -201,7 +201,7 @@ ev_mkstemp_file (const char *template, * and renamed from g_mkdtemp to _ev_g_mkdtemp. * * If/when this function gets added to glib, it can be removed from - * evince' sources. + * atril' sources. * * * g_mkdtemp: @@ -285,7 +285,7 @@ _ev_g_mkdtemp (gchar *tmpl) * @template: a template string; must end in 'XXXXXX' * @error: a location to store a #GError * - * Creates a temp directory in the evince temp directory. + * Creates a temp directory in the atril temp directory. * * Returns: a newly allocated string with the temp directory name, or %NULL * on error with @error filled in @@ -315,7 +315,7 @@ ev_mkdtemp (const char *template, return name; } -/* Remove a local temp file created by evince */ +/* Remove a local temp file created by atril */ void ev_tmp_filename_unlink (const gchar *filename) { -- cgit v1.2.1