summaryrefslogtreecommitdiff
path: root/gio/gfileinfo.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-11-27 16:59:28 +0100
committerBastien Nocera <hadess@hadess.net>2012-11-27 16:59:28 +0100
commitf635f1fd16d72ba4dc1fe2f1dc1413c773595393 (patch)
tree4f417b7f47ebae3c9cb2802c411405421e5a99a6 /gio/gfileinfo.h
parent3baf256a2c55ffcf2664e72a39821fddb59370e1 (diff)
downloadglib-f635f1fd16d72ba4dc1fe2f1dc1413c773595393.tar.gz
fileinfo: Add _get_deletion_date() helper
For use in gnome-settings-daemon, so that callers don't have to parse the deletion date by hand.
Diffstat (limited to 'gio/gfileinfo.h')
-rw-r--r--gio/gfileinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h
index 9399e5343..e90e0348c 100644
--- a/gio/gfileinfo.h
+++ b/gio/gfileinfo.h
@@ -911,6 +911,7 @@ void g_file_info_set_attribute_stringv (GFileInfo *info,
void g_file_info_clear_status (GFileInfo *info);
/* Helper getters: */
+GDateTime * g_file_info_get_get_deletion_date (GFileInfo *info);
GFileType g_file_info_get_file_type (GFileInfo *info);
gboolean g_file_info_get_is_hidden (GFileInfo *info);
gboolean g_file_info_get_is_backup (GFileInfo *info);