[Vala] vapi for the Bullet Physics Engine

2010-11-27 Thread Chris Van Vranken
I have revised the C-API of the Bullet Physics Engine to be compatible with the Vala language (vala-gen-introspect and vapigen) and I have created a vapi file from it. I also revised the C-API demo (BulletDinoDemo) that is included in Bullet and I have recreated it in Vala as a MonoDevelop project

Re: [Vala] DBus and Zeitgeist namespaces

2010-11-27 Thread Frederik
On 11/27/2010 04:20 PM, aug dawg wrote: > I recently installed the DBus Vala bindings You should prefer GDBus now. It's part of GIO >= 2.26 and its classes are inside the GLib namespace, which is imported by default. --pkg gio-2.0 Best regards, Frederik

[Vala] vapi for the Bullet Physics Engine

2010-11-27 Thread Chris Van Vranken
I have revised the C-API of the Bullet Physics Engine to be compatible with the Vala language (vala-gen-introspect and vapigen) and I have created a vapi file from it. I also revised the C-API demo (BulletDinoDemo) that is included in Bullet and I have recreated it in Vala as a MonoDevelop project

Re: [Vala] DBus and Zeitgeist namespaces

2010-11-27 Thread Aleksander Wabik
>I recently installed the DBus Vala bindings, but when I use "using DBus;" it >tells me the namespace cannot be found. The same thing happened for "using >Zeitgeist;". Are these the real namespaces for these libraries? > >Thanks in advance. You can look into the vapis for Dbus and Zeitgeist to see

[Vala] DBus and Zeitgeist namespaces

2010-11-27 Thread aug dawg
I recently installed the DBus Vala bindings, but when I use "using DBus;" it tells me the namespace cannot be found. The same thing happened for "using Zeitgeist;". Are these the real namespaces for these libraries? Thanks in advance. ___ vala-list maili