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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index 6075e60..38f4b0a 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -63,6 +63,18 @@ gboolean gs_file_sync_data (GFile *file,
char * gsystem_fileutil_gen_tmp_name (const char *prefix,
const char *suffix);
+gboolean gs_file_open_dir_fd (GFile *path,
+ int *out_fd,
+ GCancellable *cancellable,
+ GError **error);
+
+gboolean gs_file_open_in_tmpdir_at (int dirfd,
+ int mode,
+ char **out_name,
+ GOutputStream **out_stream,
+ GCancellable *cancellable,
+ GError **error);
+
gboolean gs_file_open_in_tmpdir (GFile *tmpdir,
int mode,
GFile **out_file,