GNOME Bugzilla – Bug 602594
Async (DBus) Signal Handlers
Last modified: 2011-03-01 07:47:58 UTC
Async signal handlers are not supported yet. Can we get at least an error message instead of a less helpful C-compiler message that moans about the signature mismatch?
This works on my async branch on freesmartphone.org. I hope this gets merged into master soon.
What's the status of this branch?
There is lots of whitespace noise in the (beginning of the) branch, which makes reviewing/merging painful. I've asked Frederik for a rebase of the branch where at least the major whitespace issues are fixed, but I haven't seen any update so far.
Frederik... please :)
Done: http://git.freesmartphone.org/?p=vala.git;a=commit;h=69853b3fff7b324245bf0c4d4cd27cb5ec18278a
commit bfcbc0b26c94f8c61f91bd41dc23290536cc9dd9 Author: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Date: Fri Jan 28 15:43:34 2011 +0100 Add support for async signal handlers Fixes bug 602594.