GNOME Bugzilla – Bug 684096
GtkWidget:drag-data-received code sample refers to removed GdkDragContext "action" member
Last modified: 2012-09-15 20:16:47 UTC
The docs for the GtkWidget:drag-data-received signal in both 2.x and 3.x suggest setting the GdkDragContext::action member when dealing with GDK_ACTION_ASK. In 2.x it is possible, although latest versions tells this is a private member, but in 3.x this field is simply gone, so the doc is wrong here. See: http://developer.gnome.org/gtk3/unstable/GtkWidget.html#GtkWidget-drag-data-received However, I have no idea what's the replacement to this in 3.x -- actually it was what I was looking for.
Hum, actually on GTK2 although the member is gsealed it is marked as public, wired.