1
edit
Changes
→DBUS Tutorial and info
I'll walk through a simple example of sending a signal to give you an example of what its like.
It would be good if you know how to connect to databases. The concepts are similar, but rather than connecting to a database you connect to a bus.
First, you either need to use an IDE like Anjuta or learn how Make and its syntax.
DBusMessageIter args;
const char* sigvalue = "Hello World";
if (NULL == msg)
{