After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 463598 - Bindings for Hildon library
Bindings for Hildon library
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.1.x
Other All
: Normal enhancement
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-05 08:12 UTC by Marcelo Lira
Modified: 2007-08-07 21:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding the Hildon bindings. (23.24 KB, patch)
2007-08-05 08:14 UTC, Marcelo Lira
committed Details | Review
Sample code for Hildon bindings. (839 bytes, text/plain)
2007-08-06 11:20 UTC, Marcelo Lira
  Details
Hildon binding helpers. (1.04 KB, patch)
2007-08-07 15:27 UTC, Marcelo Lira
committed Details | Review

Description Marcelo Lira 2007-08-05 08:12:26 UTC
Please describe the problem:
Vala doesn't provide support to hildon (used in Maemo) widgets.
Comment 1 Marcelo Lira 2007-08-05 08:14:56 UTC
Created attachment 93102 [details] [review]
Patch adding the Hildon bindings.

Patch providing Hildon Vala binding.
Comment 2 Marcelo Lira 2007-08-06 11:20:41 UTC
Created attachment 93143 [details]
Sample code for Hildon bindings.
Comment 3 Jürg Billeter 2007-08-06 15:34:20 UTC
Thanks for the bindings. Are they generated by vapigen or manually-written? If the former, please provide the helper files.
Comment 4 Marcelo Lira 2007-08-06 16:58:39 UTC
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.
Comment 5 Jürg Billeter 2007-08-07 08:12:26 UTC
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.
Comment 6 Marcelo Lira 2007-08-07 15:27:11 UTC
Created attachment 93220 [details] [review]
Hildon binding helpers.
Comment 7 Jürg Billeter 2007-08-07 21:25:47 UTC
Thanks, committed to trunk.