On Sat, Aug 06, 2011 at 11:42:22AM +0200, Fred van Zwieten wrote: > Hi, > > I have a code snippet like this: > > item = CanvasImage.create(root,pixbuf,x,y); > item.title = "test"; > > According to valadoc > (http://valadoc.org/references/goocanvas/0.11.5/Goo.CanvasItem.title.html) > i should be able to do this, but the gcc compiler complains: > > > scrapbook2.vala.c:(.text+0xaa7): undefined reference to > `goo_canvas_item_set_title'
It's a binding issue. Feel free to report a bug at http://bugzilla.gnome.org . -- http://www.debian.org - The Universal Operating System _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
