Best D‑Bus Practices

Using various D‑Bus APIs I’ve noticed all kinds of interesting ideas for how to design them. You should avoid many of these ideas. First, don’t overthink the basic D‑Bus concepts. An object path is used to refer to an object. Object means object. Like GObject, java.lang.Object, or your choice of object. But it does not […]