GNOME Bugzilla – Bug 614676
No C code for struct constants
Last modified: 2018-05-22 13:31:39 UTC
With foo.vala: public struct Foo { public int bar; } public const Foo foobar = { 1 }; valac --header foo.h --use-header foo.vala generates code for foobar constant only in header but nothing in C file
Created attachment 203805 [details] [review] correct the behaviour of constant declarations for structs
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/81.