> 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