Cumatru
Cumatru

Reputation: 725

Most simple way to connect to dbus signals in a C++ glib application?

Is there any way to connect to dbus signals using boost ? At this time i'm using glib bindings for dbus, but i'm looking for a boost/c++ alternative.

Also, i've found GDBus, which is recommended to use instead dbus-glib.

Upvotes: 1

Views: 2192

Answers (1)

Silas Parker
Silas Parker

Reputation: 8147

From the DBus Bindings page, there is a link to dbus-c++.

Disclaimer: I haven't used these projects and can not vouch for them.

Upvotes: 1

Related Questions