diff options
author | Simon McVittie <smcv@debian.org> | 2018-01-22 17:53:02 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2018-01-22 18:36:04 +0000 |
commit | fa04927d0c6cd804e4db70b0d393b3086065f7d0 (patch) | |
tree | 637e5d19bfc8f4febabd36c3de730d82a02196e5 | |
parent | c20597919cd35b513e7a8eb2fa59cb0cec900606 (diff) |
dbus-gmain: Add a README
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r-- | dbus-gmain/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dbus-gmain/README b/dbus-gmain/README new file mode 100644 index 0000000..17919fe --- /dev/null +++ b/dbus-gmain/README @@ -0,0 +1,15 @@ +dbus-gmain - GLib main loop integration for libdbus +=================================================== + +This directory contains GLib main loop integration for libdbus, salvaged +from dbus-glib. At the moment it is designed to be bundled in other +projects using the `git subtree` or `git submodule` commands. + +Please do not use this module unless you really need it. The majority +of GLib-based D-Bus users would be better off using GDBus, part of GLib, +instead of the low-level APIs provided by libdbus. In particular, the +combination of dbus-gmain and libdbus is known to have thread-safety +issues. + +However, using this module is still better than using dbus-glib; the +rest of dbus-glib mostly consists of design flaws. |