Method

GtkWidgetdrag_dest_get_target_list

Declaration [src]

GtkTargetList*
gtk_drag_dest_get_target_list (
  GtkWidget* widget
)

Description [src]

Returns the list of targets this widget can accept from drag-and-drop.

Return value

Type: GtkTargetList

The GtkTargetList, or NULL if none.

The returned data is owned by the instance.
The return value can be NULL.