summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-attributes.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-01-14 16:19:25 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-01-14 16:19:25 +0000
commit190ad63f928cab2a1e47c5f5be98454fe5570ed6 (patch)
tree6e78feaba799f68cfd734cc286120b054f6affbc /libnautilus-private/nautilus-file-attributes.h
parent2c30eb9d9bdc97c435c2c796f1ca7bcce4745cf6 (diff)
downloadnautilus-190ad63f928cab2a1e47c5f5be98454fe5570ed6.tar.gz
Add slow_mime_type file attribute. Allow call_when_ready to take a NULL
2004-01-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-directory-private.h: * libnautilus-private/nautilus-file-attributes.h: * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-file.h: Add slow_mime_type file attribute. Allow call_when_ready to take a NULL callback, and allow these monitors to be duplicated. (Used for fire-and-forget attribute reading) * libnautilus-private/nautilus-mime-actions.c: (nautilus_mime_actions_get_minimum_file_attributes): Add slow mime type here * src/file-manager/fm-directory-view.c: Get slow mime type on selection * src/file-manager/fm-properties-window.c: Get slow mime type for properties dialog. Don't use the same pointer twice for the same monitor.
Diffstat (limited to 'libnautilus-private/nautilus-file-attributes.h')
-rw-r--r--libnautilus-private/nautilus-file-attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-private/nautilus-file-attributes.h b/libnautilus-private/nautilus-file-attributes.h
index ba02bd426..c9fed0742 100644
--- a/libnautilus-private/nautilus-file-attributes.h
+++ b/libnautilus-private/nautilus-file-attributes.h
@@ -44,6 +44,7 @@ typedef enum {
NAUTILUS_FILE_ATTRIBUTE_DISPLAY_NAME = 1 << 11,
NAUTILUS_FILE_ATTRIBUTE_VOLUMES = 1 << 12,
NAUTILUS_FILE_ATTRIBUTE_EXTENSION_INFO = 1 << 13,
+ NAUTILUS_FILE_ATTRIBUTE_SLOW_MIME_TYPE = 1 << 14,
} NautilusFileAttributes;
#endif /* NAUTILUS_FILE_ATTRIBUTES_H */