I am having an issue with DBus:
- I register with DBus *dbus_bus_get()* method : OK
- I add filter matches : OK
- I add a filter callback function: OK
- I start a dispatch loop through *dbus_connection_read_write_dispatch()* : OK
Everything works OK. Now, if I insert:
1a. *dbus_bus_get_unique_name()*
I get a nasty exception message:
arguments to *dbus_connection_send_with_reply_and_block()* were incorrect, assertion "(error) == NULL || !*dbus_error_is_set ((error))*" failed in file dbus-connection.c line 3301.
Help please.