From b28445b3d2c42a7d2dbac97983d007e4ab58684d Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Sat, 1 Apr 2017 23:12:25 -0300 Subject: added feature: present the size on disk of files as we present the size of the file. --- libcaja-private/caja-file-private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcaja-private/caja-file-private.h') diff --git a/libcaja-private/caja-file-private.h b/libcaja-private/caja-file-private.h index 7e973e41..71beac72 100644 --- a/libcaja-private/caja-file-private.h +++ b/libcaja-private/caja-file-private.h @@ -72,6 +72,7 @@ struct CajaFileDetails eel_ref_str edit_name; goffset size; /* -1 is unknown */ + goffset size_on_disk; /* -1 is unknown */ int sort_order; @@ -102,6 +103,7 @@ struct CajaFileDetails guint deep_file_count; guint deep_unreadable_count; goffset deep_size; + goffset deep_size_on_disk; GIcon *icon; -- cgit v1.2.1