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 666800 - No support for class methods or fields in GIR parser
No support for class methods or fields in GIR parser
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: GObject Introspection
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-24 10:15 UTC by Evan Nemerson
Modified: 2012-07-28 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Evan Nemerson 2011-12-24 10:15:16 UTC
Title pretty much says it all.

Examples from Gtk: CellArea.find_cell_property and CellArea.install_cell_property

According to Luca there are some class fields in libsoup, too.
Comment 1 Evan Nemerson 2012-07-28 17:52:23 UTC
commit 018816f42f7319f4d5dac07b254c90ae7a90bd00
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Wed Jul 25 15:37:47 2012 -0700

    girparser: support class methods
    
    Fixes bug 666800.