summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-gio-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-18 08:10:23 -0500
committerColin Walters <walters@verbum.org>2011-11-18 08:10:23 -0500
commit231f7ed76cc9cadb6d1f68e5f572a72491e34e75 (patch)
tree2c076e6e974765a71ea20b885a37649e25e537d6 /src/libotutil/ot-gio-utils.h
parent6591e586edb9d770f978f40b71c3f75a9115e629 (diff)
downloadostree-231f7ed76cc9cadb6d1f68e5f572a72491e34e75.tar.gz
core: Use ot_gfile_ prefix for new local GFile creation function
Diffstat (limited to 'src/libotutil/ot-gio-utils.h')
-rw-r--r--src/libotutil/ot-gio-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libotutil/ot-gio-utils.h b/src/libotutil/ot-gio-utils.h
index 8435b87b..fcb4db7b 100644
--- a/src/libotutil/ot-gio-utils.h
+++ b/src/libotutil/ot-gio-utils.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
-GFile *ot_util_new_file_for_path (const char *path);
+GFile *ot_gfile_new_for_path (const char *path);
const char *ot_gfile_get_path_cached (GFile *file);