[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua binding for d-bus?
- From: Chris <coderight@...>
- Date: Tue, 13 Jan 2009 12:26:56 -0500
On Tue, Jan 13, 2009 at 4:03 AM, pan shizhu <pan.shizhu@gmail.com> wrote:
>
> Hello, I've searched google and found nothing about lua binding for d-bus.
>
> Before I'm writing my own, I think it is better to avoid reinventing the
> wheel, I'd like to ask if anyone has known about a lua binding for d-bus.
I would be very interested in a binding myself. I wrote one a while
ago for talking to Skype via d-bus but it's tailored for that use,
very basic, and uses glib for the event loop. If you want the source
just shoot me a mail.
The event handling was an absolute pain and I went with glib so I
could get something working. I ended up with another thread running
the event loop via g_main.
CR