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 536480 - [gtk+-2.0] Missing function Gtk.TreeView.row_expanded
[gtk+-2.0] Missing function Gtk.TreeView.row_expanded
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.3.x
Other All
: High normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-03 18:23 UTC by sanpi
Modified: 2009-06-15 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sanpi 2008-06-03 18:23:13 UTC
Please describe the problem:
Hi,

The function "gtk_tree_view_row_expanded" is missing, because binding have signal named "row_expanded".

As I need, I've renamed to Gtk.TextView.row_is_expanded.

I do not know if it's possible to include it in the binding?

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jürg Billeter 2008-06-15 20:20:20 UTC
Confirming, I'm not sure yet how to resolve this conflict.
Comment 2 Jürg Billeter 2009-06-15 12:16:11 UTC
commit 7745dcb3f8e69d6ea35226ae148bd8ac2f283ddf
Author: Jürg Billeter <j@bitron.ch>
Date:   Mon Jun 15 14:15:20 2009 +0200

    gtk+-2.0: Add gtk_tree_view_row_expanded binding
    
    Fixes bug 536480.