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 635466 - TreeModel get(iter, 1,2,3) should return a tuple of the values
TreeModel get(iter, 1,2,3) should return a tuple of the values
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-21 21:08 UTC by Paolo Borelli
Modified: 2010-11-22 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.90 KB, patch)
2010-11-21 22:03 UTC, Paolo Borelli
committed Details | Review

Description Paolo Borelli 2010-11-21 21:08:03 UTC
pygtk supported the follwing:

value0, value3 = treemodel_get(iter, 0, 3)
Comment 1 Paolo Borelli 2010-11-21 22:03:16 UTC
Created attachment 174995 [details] [review]
patch
Comment 2 johnp 2010-11-22 22:29:52 UTC
Awsome, thanks