GNOME Bugzilla – Bug 628625
Introspection doesn't build
Last modified: 2010-09-02 16:36:27 UTC
When trying to build with introspection enabled, I get the following: GICOMP IAnjuta-1.0.gir IAnjuta-1.0.gir: error: Type reference 'DebuggerGListCallback' not found This is because DebuggerGListCallback is marked introspectable="0" beause it doesn't have an element-type annotation (and thus removed), but the virtual slots in IAnjutaDebugger*Iface aren't. Yes, it's a bug in gobject-introspection, but it's revealed by an error in our code. I've added element-type annotations to everything in libanjuta.idl, but it seems that comments on typedefs aren't propagated by the idl compiler to the generated C files.
Created attachment 169374 [details] [review] libanjuta-interfaces: add element-type annotations to all lists
oops, I didn't look hard enough for a duplicate. I'll follow up on the other bug *** This bug has been marked as a duplicate of bug 628397 ***