|
|
Log in / Subscribe / Register

Re: clarity of concept

Re: clarity of concept

Posted Nov 16, 2014 20:46 UTC (Sun) by HelloWorld (guest, #56129)
In reply to: Re: clarity of concept by ldo
Parent article: Kdbus meets linux-kernel

What I found rather irritating when I tried to use D-Bus from Python once was that object paths are really just glorified strings, not true object references. That's because to actually do anything with an object path, you also need to know the D-Bus connection it belongs to. And that's actually rather lame in my opinion, there's no reason to not just have a single global namespace for all objects on the bus.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds