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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gsystem-file-utils.h b/src/gsystem-file-utils.h
index 32fa0cc..24a1ba2 100644
--- a/src/gsystem-file-utils.h
+++ b/src/gsystem-file-utils.h
@@ -195,6 +195,11 @@ gboolean gs_file_get_all_xattrs (GFile *f,
GCancellable *cancellable,
GError **error);
+gboolean gs_fd_get_all_xattrs (int fd,
+ GVariant **out_xattrs,
+ GCancellable *cancellable,
+ GError **error);
+
gboolean gs_dfd_and_name_get_all_xattrs (int dfd,
const char *name,
GVariant **out_xattrs,