Gtk appl with Dbus

Havoc Pennington hp@redhat.com
Sat, 06 Mar 2004 09:50:47 -0500


Hi,

Generally speaking you can't properly sync the dbus message with the
user's mouse click; because the sync would need to happen on the "server
side" not in your application.

You can be sure you have all pending X events by calling gdk_flush(),
but I don't think that really helps...

The solution may have to be complicated, e.g. by including X timestamp
info in your dbus messages; but maybe someone else can think of a simple
answer.

Havoc