diff options
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 |
commit | 792f8ee41dbaee1f5701d878dd5ca4f6d20d5bef (patch) | |
tree | 83562d7a67ea4374881d440fe2e17eee7c561c9c /libraries/libdbusmenu/README | |
parent | f3aa7130043cf5d7e1a497431d2d22015f77babf (diff) | |
download | slackbuilds-792f8ee41dbaee1f5701d878dd5ca4f6d20d5bef.tar.gz |
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/README | 7 |
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. |