signal callback delegate or function to connect
void callback(gdk.drag_context.DragContext context, gtk.selection_data.SelectionData data, uint info, uint time, gtk.widget.Widget widget)
context the drag context (optional)
data the #GtkSelectionData to be filled with the dragged data (optional)
info the info that has been registered with the target in the #GtkTargetList (optional)
time the timestamp at which the data was requested (optional)
widget the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragDataGet signal.
The ::drag-data-get signal is emitted on the drag source when the drop site requests the data which is dragged. It is the responsibility of the signal handler to fill data with the data in the format which is indicated by info. See gtk.selection_data.SelectionData.set and gtk.selection_data.SelectionData.setText.