wok view menu-cache/description.txt @ rev 18986
slitaz-i18n: fix commit http://hg.slitaz.org/wok/rev/18921
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 17 09:14:31 2016 +0200 (2016-03-17) |
parents | |
children |
line source
1 Libmenu-cache is a library creating and utilizing caches to speed up the access
2 to freedesktop.org defined application menus.
4 It can be used as a replacement of libgnome-menu of gnome-menus:
5 * Shorten time for loading menu entries.
6 * Ease of use (API is very similar to that of libgnome-menu).
7 * Lightweight runtime library (parsing of the menu definition files are done
8 by menu-cache-gen when the menus are really changed).
9 * Less unnecessary and complicated file monitoring.
10 * Heavily reduced disk I/O.