GtkWidget::drag_dest_unset

void drag_dest_unset(void);

Unregisters the calling widget as a drag-and-drop destination. After calling this method, no special action will take place when the drag is over the widget. This method has no effect if the widget was not registered as a drag-and-drop destination using drag_dest_set() .

See also: drag_dest_set()