summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-icon-dnd.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-05-05 01:02:37 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-05-05 01:02:37 +0000
commit41b7f28c0da19391b9ce6cd36cd313e6bb9a4b5d (patch)
tree3234f6c102b4b8779e3b1ca00c8b9b91935565d6 /libnautilus-extensions/nautilus-icon-dnd.h
parent5df4317fffca8e237766505e840d5ad025bb3fcb (diff)
downloadnautilus-41b7f28c0da19391b9ce6cd36cd313e6bb9a4b5d.tar.gz
added the ability to drop emblems from the property browser onto icons in
added the ability to drop emblems from the property browser onto icons in the icon view; also, added a new background tile
Diffstat (limited to 'libnautilus-extensions/nautilus-icon-dnd.h')
-rw-r--r--libnautilus-extensions/nautilus-icon-dnd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnautilus-extensions/nautilus-icon-dnd.h b/libnautilus-extensions/nautilus-icon-dnd.h
index 3bcfe3a63..4bd3a1894 100644
--- a/libnautilus-extensions/nautilus-icon-dnd.h
+++ b/libnautilus-extensions/nautilus-icon-dnd.h
@@ -41,7 +41,8 @@ enum NautilusIconDndTargetType {
NAUTILUS_ICON_DND_URI_LIST,
NAUTILUS_ICON_DND_URL,
NAUTILUS_ICON_DND_COLOR,
- NAUTILUS_ICON_DND_BGIMAGE
+ NAUTILUS_ICON_DND_BGIMAGE,
+ NAUTILUS_ICON_DND_KEYWORD
};
/* DnD target names. */
@@ -50,6 +51,7 @@ enum NautilusIconDndTargetType {
#define NAUTILUS_ICON_DND_URL_TYPE "_NETSCAPE_URL"
#define NAUTILUS_ICON_DND_COLOR_TYPE "application/x-color"
#define NAUTILUS_ICON_DND_BGIMAGE_TYPE "property/bgimage"
+#define NAUTILUS_ICON_DND_KEYWORD_TYPE "property/keyword"
/* DnD-related information. */
struct NautilusIconDndInfo {