2

I'm looking for a full example using the glib dbus support suggested by Freedesktop.org here (http://www.freedesktop.org/wiki/Software/DBusBindings/), and dbus-binding-tool.

I looked here, https://developer.gnome.org/gio/2.26/GDBusServer.html, but this isn't using a server header file generated by dbus-binding-tool and also looked here, http://dbus.freedesktop.org/doc/dbus-tutorial.html#glib-server, but this tutorial is using the deprecated dbus-glib interface...

1 Answer 1

2

It looks like you need gdbus-codegen, for which there is a full tutorial in the man page.

Sign up to request clarification or add additional context in comments.

1 Comment

This is correct. It was confusing to me as to why there are multiple dbus implementations. The glib one is much nicer to use than the dbus one imo.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.