summaryrefslogtreecommitdiff
path: root/gsystem-file-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsystem-file-utils.h')
-rw-r--r--gsystem-file-utils.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index f8c1c73..080abc3 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -25,10 +25,23 @@
G_BEGIN_DECLS
+const char *gs_file_get_path_cached (GFile *file);
+
+const char *gs_file_get_basename_cached (GFile *file);
+
GInputStream *gs_file_read_noatime (GFile *path,
GCancellable *cancellable,
GError **error);
+gboolean gs_file_rename (GFile *src,
+ GFile *dest,
+ GCancellable *cancellable,
+ GError **error);
+
+gboolean gs_file_unlink (GFile *path,
+ GCancellable *cancellable,
+ GError **error);
+
G_END_DECLS
#endif