After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625650 - Add annotations to gtk_tree_model_iter_next() and gtk_tree_selection_get_selected_rows()
Add annotations to gtk_tree_model_iter_next() and gtk_tree_selection_get_sele...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.90.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 622963
 
 
Reported: 2010-07-30 11:58 UTC by Philip Withnall
Modified: 2010-08-04 23:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add (inout) annotation to gtk_tree_model_iter_next() (837 bytes, patch)
2010-07-30 11:58 UTC, Philip Withnall
committed Details | Review
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows() (1005 bytes, patch)
2010-07-30 11:58 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2010-07-30 11:58:07 UTC
Created attachment 166825 [details] [review]
Add (inout) annotation to gtk_tree_model_iter_next()

Patches attached to add some missing annotations.
Comment 1 Philip Withnall 2010-07-30 11:58:36 UTC
Created attachment 166826 [details] [review]
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
Comment 2 Matthias Clasen 2010-08-04 23:38:06 UTC
Both look good to me, please commit to master and 2.22
Comment 3 Philip Withnall 2010-08-04 23:56:49 UTC
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(-)