Trying introspect with python bindings
Seth Nickell
snickell at gmail.com
Sun Mar 13 12:21:06 PST 2005
> it does not give an error in the first line asking the object for its
> interface so I assume DBus implements it (it should, shouldn't it? ;-)).
AFAIK the python bindings currently only send a DBus signal when you
actually make the call. Eventually they'll probably do introspection
when you get the interface, but that's not happening right now. So
you'll only know if something was invalid once you try.
(I don't think anything really supports introspection right now, fwiw)
-Seth
More information about the dbus
mailing list