See https://developer.gnome.org/gio/stable/GDBusServer.html
Processes can use D-Bus protocol to talk directly to each other, without a bus.
But in the current code DBusServerBase's __init__ (and then all of its subclasses) has "bus type" and "name" parameters that both don't exist in server/peer-to-peer mode.
See https://developer.gnome.org/gio/stable/GDBusServer.html
Processes can use D-Bus protocol to talk directly to each other, without a bus.
But in the current code
DBusServerBase's__init__(and then all of its subclasses) has "bus type" and "name" parameters that both don't exist in server/peer-to-peer mode.