GNOME Bugzilla – Bug 743193
Fix transfer annotation for tree_model parameter of gtk_tree_get_row_drag_data() and add nullable, optional
Last modified: 2015-01-24 21:12:51 UTC
Created attachment 294903 [details] [review] patch The GtkSelectionData does not own the model set with gtk_tree_set_row_drag_data so change the out param to "transfer none". This fixes a crash after multiple DnD actions due to the bindings stealing a reference each time this function is called. This also adds nullable and optional annotations for tree_model and path while at it.