Method
Gtk.IconView.get_drag_dest_item
Declaration [src]
void
gtk_icon_view_get_drag_dest_item (
  GtkIconView* icon_view,
  GtkTreePath** path,
  GtkIconViewDropPosition* pos
)
Parameters
| path | GtkTreePath | 
| Return location for the path of
       the highlighted item, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| pos | GtkIconViewDropPosition | 
| Return location for the drop position, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee |