GNOME Bugzilla – Bug 463598
Bindings for Hildon library
Last modified: 2007-08-07 21:25:47 UTC
Please describe the problem: Vala doesn't provide support to hildon (used in Maemo) widgets.
Created attachment 93102 [details] [review] Patch adding the Hildon bindings. Patch providing Hildon Vala binding.
Created attachment 93143 [details] Sample code for Hildon bindings.
Thanks for the bindings. Are they generated by vapigen or manually-written? If the former, please provide the helper files.
They were generated, but two small fixes were needed in the hildon.gidl file: 1. Remove a line with an empty nameless object. 2. Put the names on four signals from HildonFindToolbar. As soon as I figure out how to make the generation fully automated I can put the patch here. But, if you want I can attach a tarball with the helpers as they are now.
These two issues can probably be fixed relatively easy with a local patch for hildon. gidlgen automatically applies patches named PACKAGE.patch after unpacking the tarball. It would be nice if you could upload the helpers - either already with a patch to fix those issues or else I'll create the patch myself.
Created attachment 93220 [details] [review] Hildon binding helpers.
Thanks, committed to trunk.