New flag is equivalent to DBUS_NAME_FLAG_DO_NOT_QUEUE flag from dbus-1 specification [1]. [1] http://dbus.freedesktop.org/doc/dbus-specification.html Change-Id: I8a50aa586abd5b0ffcbc0bdc41c2e98c18a2e18a
GLib with kdbus support
The main goal of the project is add support for kdbus in GLib. More info about development status and some implementation details you can find here:
https://bugzilla.gnome.org/show_bug.cgi?id=721861
The most important tasks in new implementation are:
-
add low-level support for kdbus,
-
add support for two new bus types called "user" and "machine" (for kdbus purposes),
-
introduce new library API for common tasks such as fetching the list of name owners on the bus, checking sender's PID, ..., (because it is not permitted to make calls to the org.freedesktop.DBus destination on the new bus types),
What is kdbus?
kdbus is a Linux kernel D-Bus implementation. See kdbus.txt in kdbus repository [1] for kernel-side details. The userspace side is also developed in systemd repo [2].