diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-10 12:21:46 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:51:51 -0600 |
commit | 88b86d40634bcbd2e724e53c175b5d398b3a8e87 (patch) | |
tree | c737433fd206c16d08828ce5509fb749f7e42235 /libraries/libdbus-c++/README | |
parent | 45ec4c0f5d165472aff4dcd31f95c3a2039a61e8 (diff) |
libraries/libdbus-c++: Added. (C++ API for D-BUS)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libdbus-c++/README')
-rw-r--r-- | libraries/libdbus-c++/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libdbus-c++/README b/libraries/libdbus-c++/README new file mode 100644 index 000000000000..5938d40c8c88 --- /dev/null +++ b/libraries/libdbus-c++/README @@ -0,0 +1,3 @@ +DBus-c++ attempts to provide a C++ API for D-BUS. The library has a +glib and an Ecore mainloop integration. It also offers an optional +own main loop. |