GNOME Bugzilla – Bug 572757
Computed C header filenames are not pushed to the Vala.Namespace
Last modified: 2009-02-23 11:59:27 UTC
Please describe the problem: When valac is called, the computed set of header files are not pushed to Vala.Namespace. Thus, in GIRWriter, calling ns.get_cheader_filenames() returns an empty string collection. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
One has to traverse all the child symbols to retrieve C headers. This ticket can be closed.