Information request

Thiago Macieira thiago.macieira at trolltech.com
Wed Apr 12 05:34:58 PDT 2006


Ikke wrote:
>> Also note that not all applications provide introspection support.
>
>Right... Any plans to make this possible somehow?

No.

You can get the same functionality by using signal-signal or signal-call 
(like Matthew said).

Instead of making a broadcast method call, you emit a signal. All of the 
interested parties will catch that signal.

Those interested parties will then either make a call back to you or emit 
another signal -- which you can catch.

Just make sure not to emit the same signal, or you'll have a snowball 
effect.

-- 
Thiago José Macieira - thiago.macieira AT trolltech.com
Trolltech AS - Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/dbus/attachments/20060412/12900201/attachment.pgp


More information about the dbus mailing list