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, 6 insertions, 0 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index aae9944..6075e60 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -111,6 +111,12 @@ gboolean gs_file_chown (GFile *path,
GCancellable *cancellable,
GError **error);
+gboolean gs_file_lchown (GFile *path,
+ guint32 owner,
+ guint32 group,
+ GCancellable *cancellable,
+ GError **error);
+
gboolean gs_file_chmod (GFile *path,
guint mode,
GCancellable *cancellable,