Method

Gtk.IconView.get_drag_dest_item

Declaration [src]

void
gtk_icon_view_get_drag_dest_item (
  GtkIconView* icon_view,
  GtkTreePath** path,
  GtkIconViewDropPosition* pos
)

Description [src]

Gets information about the item that is highlighted for feedback.

Parameters

path GtkTreePath
 

Return location for the path of the highlighted item, or NULL.

 Direction: out
 Ownership of the data is transferred to the callee
pos GtkIconViewDropPosition
 

Return location for the drop position, or NULL

 Direction: out
 Ownership of the data is transferred to the callee