wok-current
annotate menu-cache/description.txt @ rev 18678
Add xpenguins (2.2), xpenguins_themes (1.0)
author |
Lucas Levrel <llevrel@yahoo.fr> |
date |
Mon Dec 07 22:10:28 2015 +0100 (2015-12-07) |
parents |
|
children |
|
rev |
line source |
al@17992
|
1 Libmenu-cache is a library creating and utilizing caches to speed up the access
|
al@17992
|
2 to freedesktop.org defined application menus.
|
al@17992
|
3
|
al@17992
|
4 It can be used as a replacement of libgnome-menu of gnome-menus:
|
al@17992
|
5 * Shorten time for loading menu entries.
|
al@17992
|
6 * Ease of use (API is very similar to that of libgnome-menu).
|
al@17992
|
7 * Lightweight runtime library (parsing of the menu definition files are done
|
al@17992
|
8 by menu-cache-gen when the menus are really changed).
|
al@17992
|
9 * Less unnecessary and complicated file monitoring.
|
al@17992
|
10 * Heavily reduced disk I/O.
|