On Tue, Mar 20, 2012 at 6:52 PM, Alon Levy <[email protected]> wrote: >> This seems to be a bug in symbol lookup in vapigen. Using a struct >> typedef solves it. > > Well, if it works.. Although it sounds a bit magic. File a bug upstream? > (/me hides)
I discussed the bug with the maintainer, but that doesn't seem very obvious to fix. Apparently, we should tell vapigen to ignore this symbol, or just not make it part of the API (hide it). It turned out that using a struct solved this issue for vapigen, but pygobject was also choking on the same "incomplete" public type (it's missing a couple of things to be introspectable etc..) so, as long as the two generators ignore this symbol we are fine... -- Marc-André Lureau _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
