Sending DBUS signals without glib mainloop

Olivier Andrieu oliv__a@users.sourceforge.net
Tue Jan 11 06:47:01 PST 2005


 > Ikke <eikke@eikke.com> [Tue, 11 Jan 2005]:
 > Which means from my non-glib version, nothing is sent. I have no
 > clue what could cause this: is it my own code thats wrong
 > somewhere? Do I miss a step?...
 > 
 > Please let me know how to fix this. I can work further now using
 > the glib code, but working without glib deps would be nicer :-)

dbus_connection_send just queues the DBusMessage, it does not send
it. You'll have to call dbus_connection_flush for that.

-- 
   Olivier


More information about the dbus mailing list