GNOME Bugzilla – Bug 581435
gtk_tree_view_set_drag_dest_row() needs more documentation
Last modified: 2011-09-05 03:43:55 UTC
This method allows to pass NULL as value for the GtkTreePath but the documentation does not say what passing NULL means. It is also not obvious from the code what NULL could mean in this context.
The following fix has been pushed: eaed6d1 Improve gtk_tree_view_set_drag_dest_row docs
Created attachment 195654 [details] [review] Improve gtk_tree_view_set_drag_dest_row docs As requested in bug 581435.