Sign up

Dbus server examples?

I need to define and receive DBus messages for an application I'm working on, are there any D examples for this out there already that use the GtkD wrapper APIs for GDBus? I'm new to DBus so looking to cur down the learning curve if possible. I've found one standalone API outside of GtkD with examples here https://github.com/trishume/ddbus but that's been about it so far.

Re: Dbus server examples?

On 02/14/2016 02:20 AM, Gerald Nunn wrote:

I need to define and receive DBus messages for an application I'm working on, are there any D examples for this out there already that use the GtkD wrapper APIs for GDBus? I'm new to DBus so looking to cur down the learning curve if possible. I've found one standalone API outside of GtkD with examples here https://github.com/trishume/ddbus but that's been about it so far.

I don't know of any examples using DBus and GtkD.