summaryrefslogtreecommitdiff
path: root/src/gsystem-file-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsystem-file-utils.h')
-rw-r--r--src/gsystem-file-utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gsystem-file-utils.h b/src/gsystem-file-utils.h
index deb0a48..2da6646 100644
--- a/src/gsystem-file-utils.h
+++ b/src/gsystem-file-utils.h
@@ -162,6 +162,12 @@ gboolean gs_fd_set_all_xattrs (int fd,
GCancellable *cancellable,
GError **error);
+gboolean gs_dfd_and_name_set_all_xattrs (int dfd,
+ const char *name,
+ GVariant *xattrs,
+ GCancellable *cancellable,
+ GError **error);
+
gboolean gs_file_set_all_xattrs (GFile *file,
GVariant *xattrs,
GCancellable *cancellable,