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 583862 - GIR writer: add c:prefix support for namespaces
GIR writer: add c:prefix support for namespaces
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks: 585116
 
 
Reported: 2009-05-26 08:24 UTC by Mark Lee
Modified: 2009-07-28 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codegen/valagirwriter.vala patch (1.01 KB, patch)
2009-05-26 08:25 UTC, Mark Lee
committed Details | Review

Description Mark Lee 2009-05-26 08:24:26 UTC
Emit a c:prefix attribute for namespaces, if the cprefix exists.
Comment 1 Mark Lee 2009-05-26 08:25:36 UTC
Created attachment 135365 [details] [review]
codegen/valagirwriter.vala patch
Comment 2 Jürg Billeter 2009-07-28 13:41:37 UTC
commit 932e18855c50c14e60fc75a21b3dce5108c2ad8c
Author: Mark Lee <marklee@src.gnome.org>
Date:   Tue May 26 01:06:37 2009 -0700

    GIR writer: add c:prefix support for namespaces
    
    Emit a c:prefix attribute for namespaces, if the cprefix exists,
    fixes bug 583862.