table of contents
other versions
- wheezy 0.4.1-2
LQR_CARVER_SET_USE_CACHE(3) | LqR library API reference | LQR_CARVER_SET_USE_CACHE(3) |
NAME¶
lqr_carver_set_use_cache - enable/disable LqrCarver object cacheSYNOPSIS¶
#include <lqr.h>
void
lqr_carver_set_use_cache(LqrCarver* carver,
gboolean use_cache);
DESCRIPTION¶
The function lqr_carver_set_use_cache can be used to disable or enable the cache for the LqrCarver object pointed to by carver. By default, the caching is on.SEE ALSO¶
COPYRIGHT¶
Copyright © 2007-2009 Carlo Baldassi10 Maj 2009 | LqR library 0.4.1 API (3:1:3) |