summaryrefslogtreecommitdiff
path: root/gsystem-file-utils.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-06-19 22:19:32 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-06-19 22:23:05 -0400
commit4230291c74041883559057f73a910a28965da194 (patch)
tree03844618ca99bb224e82304a41fb44ae94cec4d3 /gsystem-file-utils.h
parent826282db8c23fc1c4bba1985c643a626ff1f0c2c (diff)
downloadlibgsystem-4230291c74041883559057f73a910a28965da194.tar.gz
fileutils: Add gs_file_realpath as well
Diffstat (limited to 'gsystem-file-utils.h')
-rw-r--r--gsystem-file-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index 9eb8576..3fa01b6 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -101,6 +101,8 @@ gchar *gs_file_load_contents_utf8 (GFile *file,
gchar *gs_file_get_relpath (GFile *one,
GFile *two);
+GFile * gs_file_realpath (GFile *file);
+
G_END_DECLS
#endif