[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / README.md
1 GLib with kdbus support
2 =======================
3
4 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:
5
6 https://bugzilla.gnome.org/show_bug.cgi?id=721861
7
8 The most important tasks in new implementation are:
9
10 - add low-level support for kdbus,
11
12 - add support for two new bus types called "user" and "machine" (for kdbus purposes),
13
14 - introduce new library API for common tasks such as fetching the list of name
15   owners on the bus, checking sender's PID, ..., (because it is not permitted to make
16   calls to the org.freedesktop.DBus destination on the new bus types),
17
18 What is kdbus?
19 ==============
20
21 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].
22
23 - [1] https://code.google.com/p/d-bus/
24 - [2] http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd/sd-bus