summaryrefslogtreecommitdiff
path: root/test/benchmark-gvfs-big-files.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:56:03 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:56:03 +0000
commitf7c6d4c150984aa28be2a8f983d7f1429b525c12 (patch)
tree825f95ccfc377313ea6afb15dda2e65b384cbc73 /test/benchmark-gvfs-big-files.c
parentdf46bb0635c8a4cdf0db289d5d0b7e8416edd4ca (diff)
downloadgvfs-f7c6d4c150984aa28be2a8f983d7f1429b525c12.tar.gz
Rename g_file_get_for_XXX to g_file_new_for_XXX
Original git commit by Alexander Larsson <alexl@redhat.com> at 1188214830 +0200 svn path=/trunk/; revision=812
Diffstat (limited to 'test/benchmark-gvfs-big-files.c')
-rw-r--r--test/benchmark-gvfs-big-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark-gvfs-big-files.c b/test/benchmark-gvfs-big-files.c
index 3fcc1fc1..d8cb157a 100644
--- a/test/benchmark-gvfs-big-files.c
+++ b/test/benchmark-gvfs-big-files.c
@@ -141,7 +141,7 @@ benchmark_run (gint argc, gchar *argv [])
return 1;
}
- base_dir = g_file_get_for_commandline_arg (argv [1]);
+ base_dir = g_file_new_for_commandline_arg (argv [1]);
if (!is_dir (base_dir))
{