On Tue, 2009-08-04 at 16:31 +0200, Adam Kovari wrote: > Thanks, > but i don't have vapi for libbonobo, even if i have libbonobo-dev > package installed. I'd say this means, that this binding has not been > created yet. Thus my only choice is to generate it myself. Am I > correct? > > My question is, where can i request to add this bindings to official > Vala distribution?
You could enter a bug request for the fixes, but I presume there are more pressing matters and you'll have to wait a while. You might also take a look at the global menu project. It's written in vala and provides a fairly complex applet. At a glance, it's got a bit more content in the provided libpannel-applet vapi.. perhaps it's enough for you. otherwise, I'd take the time to learn to write vapi. I'm certainly no expert, but with persistance, I was able to pick it up enough that I'm successfully writing code against even non glib based libraries. And, you know what they say.. "If I can do it, any one can" http://code.google.com/p/gnome2-globalmenu/ Shawn _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
