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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index 679f7c7..c364052 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -36,9 +36,9 @@ gboolean gs_file_enumerator_iterate (GFileEnumerator *direnum,
GCancellable *cancellable,
GError **error);
-gboolean gs_file_openat_noatime (int dirfd,
+gboolean gs_file_openat_noatime (int dfd,
const char *name,
- int *out_fd,
+ int *ret_fd,
GCancellable *cancellable,
GError **error);
@@ -75,7 +75,7 @@ gboolean gs_file_open_dir_fd (GFile *path,
GCancellable *cancellable,
GError **error);
-gboolean gs_file_open_in_tmpdir_at (int dirfd,
+gboolean gs_file_open_in_tmpdir_at (int tmpdir_fd,
int mode,
char **out_name,
GOutputStream **out_stream,