Re: How I can return to client progress?

Vitaliy Berdinskikh skipper13 at i.ua
Tue Nov 13 06:55:23 PST 2007


> I need return to client progress events of long-time method call. Is
> there anything else then send signals?

init
=====
Caller -> dbus -> Method 

if (!LongTimeThread)
LongTimeThread = Method.create();
return 0;

next
=====
Caller -> dbus -> Method

Method return progress from LongTimeThread

--
Regards,
Vitaliy



More information about the dbus mailing list