summaryrefslogtreecommitdiffstats
path: root/libraries/libdbusmenu/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2015-09-11 18:47:44 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-11 18:47:44 +0700
commit792f8ee41dbaee1f5701d878dd5ca4f6d20d5bef (patch)
tree83562d7a67ea4374881d440fe2e17eee7c561c9c /libraries/libdbusmenu/README
parentf3aa7130043cf5d7e1a497431d2d22015f77babf (diff)
downloadslackbuilds-792f8ee41dbaee1f5701d878dd5ca4f6d20d5bef.tar.gz
slackbuilds-792f8ee41dbaee1f5701d878dd5ca4f6d20d5bef.tar.xz
libraries/libdbusmenu: Added (library for passing menus over DBus).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdbusmenu/README')
-rw-r--r--libraries/libdbusmenu/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libdbusmenu/README b/libraries/libdbusmenu/README
new file mode 100644
index 0000000000..0bb930475c
--- /dev/null
+++ b/libraries/libdbusmenu/README
@@ -0,0 +1,7 @@
+libdbusmenu (library for passing menus over DBus)
+
+libdbusmenu is a small little library that was created by pulling out some comon
+code out of indicator-applet.
+
+It passes a menu structure across DBus so that a program can create a menu simply
+without worrying about how it is displayed on the other side of the bus.