C convenience lib (was Re: Is dbus_pending_call_set_notify() thread safe?)
Havoc Pennington
hp at redhat.com
Fri Aug 3 11:35:06 PDT 2007
Hi,
Thiago Macieira wrote:
>> If you handle Introspect() at all, you have to handle it entirely by
>> listing the child nodes and including them in your xml, with
>> dbus_connection_list_registered()
>
> Good, that makes sense. The apidox doesn't say so, but does it return only
> immediate paths?
>
> Example:
> /foo
> /foo/bar
> /foo/bar/baz
> dbus_connection_list_registered("/foo") returns "bar/baz" too?
>
It would return only "bar" I believe, then you would have to recurse
down to "bar" to get "baz"
Havoc
More information about the dbus
mailing list