Remove commented out code.
[geeqie.git] / src / dnd.h
index 2091c17..3733a74 100644 (file)
--- a/src/dnd.h
+++ b/src/dnd.h
@@ -1,7 +1,7 @@
 /*
  * Geeqie
  * (C) 2004 John Ellis
- * Copyright (C) 2008 - 2009 The Geeqie Team
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Author: John Ellis
  *
 
 #define TARGET_APP_COLLECTION_MEMBER_STRING "application/x-" GQ_APPNAME_LC "-collection-member"
 #define TARGET_APP_EXIF_ENTRY_STRING "application/x-" GQ_APPNAME_LC "-exif-entry"
+#define TARGET_APP_KEYWORD_PATH_STRING "application/x-" GQ_APPNAME_LC "-keyword-path"
 
 enum {
        TARGET_APP_COLLECTION_MEMBER,
        TARGET_APP_EXIF_ENTRY,
+       TARGET_APP_KEYWORD_PATH,
        TARGET_URI_LIST,
        TARGET_TEXT_PLAIN
 };
@@ -35,6 +37,7 @@ extern gint dnd_file_drop_types_count;
 /* sets a drag icon to pixbuf, if items is > 1, text is drawn onto icon to indicate value */
 void dnd_set_drag_icon(GtkWidget *widget, GdkDragContext *context, GdkPixbuf *pixbuf, gint items);
 
+void dnd_set_drag_label(GtkWidget *widget, GdkDragContext *context, const gchar *text);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */