DBusGConnection attached to two difrent contexts

bogdanul2003 bogdanul2003 at gmail.com
Tue Sep 18 06:09:04 PDT 2012


During the execution of a dbus callback method I need to start a 10 seconds
timer to make some aditional checks and after those 10 seconds I can exit
the callback. Because of this, I block the interface for 10 seconds and any
new requests will not be processed. 
I was thinking to register the dbus connection to another context of a
gmainloop that executes in another thread. Is this possible? 
Do ypu know another way so I don't block the interface while waiting? (I
can't return from the callback until the 10 seconds expires ... the callback
has an output parameter that is filled only after the 10 seconds)
-- 
View this message in context: http://old.nabble.com/DBusGConnection-attached-to-two-difrent-contexts-tp34447286p34447286.html
Sent from the Free Desktop - dbus mailing list archive at Nabble.com.



More information about the dbus mailing list