summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-23 21:12:58 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-23 21:12:58 +0200
commitfc4e74e6763000bac2a459e83811cf01e6cb7720 (patch)
treef6f185917bb75e8703d5b46bdab1bbfa3342f4ac /libnautilus-private/nautilus-file-private.h
parentc7b6875c98ecd25dc26853b783e1a4ffe96fab36 (diff)
downloadnautilus-fc4e74e6763000bac2a459e83811cf01e6cb7720.tar.gz
Use gvfs based metadata
Diffstat (limited to 'libnautilus-private/nautilus-file-private.h')
-rw-r--r--libnautilus-private/nautilus-file-private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-file-private.h b/libnautilus-private/nautilus-file-private.h
index a2fe8ab1f..aa752adb2 100644
--- a/libnautilus-private/nautilus-file-private.h
+++ b/libnautilus-private/nautilus-file-private.h
@@ -40,7 +40,7 @@
#define NAUTILUS_FILE_TOP_LEFT_TEXT_MAXIMUM_BYTES 1024
#define NAUTILUS_FILE_DEFAULT_ATTRIBUTES \
- "standard::*,access::*,mountable::*,time::*,unix::*,owner::*,selinux::*,thumbnail::*,id::filesystem,trash::orig-path"
+ "standard::*,access::*,mountable::*,time::*,unix::*,owner::*,selinux::*,thumbnail::*,id::filesystem,trash::orig-path,metadata::*"
/* These are in the typical sort order. Known things come first, then
* things where we can't know, finally things where we don't yet know.
@@ -142,6 +142,8 @@ struct NautilusFileDetails
GHashTable *extension_attributes;
GHashTable *pending_extension_attributes;
+ GHashTable *metadata;
+
/* Mount for mountpoint or the references GMount for a "mountable" */
GMount *mount;