summaryrefslogtreecommitdiff
path: root/gio/gfileinfo.h
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2024-01-25 15:08:59 +0100
committerKarol Lewandowski <k.lewandowsk@samsung.com>2024-01-25 15:08:59 +0100
commit9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a (patch)
treee026f97ceb8431d03d2f4e0340d11ddb4b19ad1f /gio/gfileinfo.h
parent73d39c11a0c085416cc55df47f9c3fdaa8149c6b (diff)
downloadglib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.tar.gz
glib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.tar.bz2
glib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.zip
Imported Upstream version 2.78.4upstream
Diffstat (limited to 'gio/gfileinfo.h')
-rw-r--r--gio/gfileinfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h
index 11ad4710c..95207b80b 100644
--- a/gio/gfileinfo.h
+++ b/gio/gfileinfo.h
@@ -1360,6 +1360,9 @@ GObject * g_file_info_get_attribute_object (GFileInfo *info,
GIO_AVAILABLE_IN_ALL
char ** g_file_info_get_attribute_stringv (GFileInfo *info,
const char *attribute);
+GIO_AVAILABLE_IN_2_78
+const char * g_file_info_get_attribute_file_path (GFileInfo *info,
+ const char *attribute);
GIO_AVAILABLE_IN_ALL
void g_file_info_set_attribute (GFileInfo *info,
@@ -1402,6 +1405,10 @@ GIO_AVAILABLE_IN_ALL
void g_file_info_set_attribute_stringv (GFileInfo *info,
const char *attribute,
char **attr_value);
+GIO_AVAILABLE_IN_2_78
+void g_file_info_set_attribute_file_path (GFileInfo *info,
+ const char *attribute,
+ const char *attr_value);
GIO_AVAILABLE_IN_ALL
void g_file_info_clear_status (GFileInfo *info);