Objectpath argument for register_object_path and
unregister_object_path
Havoc Pennington
hp@redhat.com
Wed, 26 Nov 2003 00:20:46 -0500
On Tue, 2003-11-25 at 18:50, Mikael Hallendal wrote:
>
> Is there a special reason why you have to build a string array yourself
> to pass to dbus_connection_register_object_path and
> dbus_connection_unregister_object_path?
>
> Wouldn't it be simpler to use if you could just pass a string
> "/org/myproject/Object" instead of having to build {"org", "myproject",
> "Object" } before passing?
>
Yes, probably. There are a couple other places with weirdness like this,
too, I think.
Havoc