GNOME Bugzilla – Bug 625650
Add annotations to gtk_tree_model_iter_next() and gtk_tree_selection_get_selected_rows()
Last modified: 2010-08-04 23:57:18 UTC
Created attachment 166825 [details] [review] Add (inout) annotation to gtk_tree_model_iter_next() Patches attached to add some missing annotations.
Created attachment 166826 [details] [review] Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
Both look good to me, please commit to master and 2.22
commit 3a34295b9c3e12ece03c4c53ea7d298699babeaf Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Fri Jul 30 13:55:56 2010 +0200 Add (transfer none) annotation to gtk_tree_selection_get_selected_rows() Closes: bgo#625650 gtk/gtktreeselection.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 080e8ab0a8f5e0ff7f6ecb5a62635600f76211f9 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Fri Jul 30 13:51:39 2010 +0200 Add (inout) annotation to gtk_tree_model_iter_next() Closes: bgo#625650 gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)