dbus_connection_register_fallback question
Havoc Pennington
hp at redhat.com
Wed Jul 13 11:53:32 EST 2005
On Tue, 2005-07-12 at 16:38 -0300, Claudio Takahasi wrote:
> Hi folks,
>
>
> What is the differences/advantages of use dbus_connection_register_fallback
> instead of dbus_connection_register_object_path ?
> (Considering memmory allocation, efficience, ...)
>
> I read the documentation but It was not clear enough for me.
>
If you register an object path handler you get only messages sent to
that object path, while register_fallback gets all messages that were
not already handled by another handler.
Havoc
More information about the dbus
mailing list