Method
GtkWidgetdrag_source_get_target_list
since: 2.4
Declaration [src]
GtkTargetList*
gtk_drag_source_get_target_list (
GtkWidget* widget
)
Description [src]
Gets the list of targets this widget can provide for drag-and-drop.
Available since: 2.4
Return value
Type: GtkTargetList
The GtkTargetList
, or NULL
if none.
The returned data is owned by the instance. |
The return value can be NULL . |