|
GnuCash
2.6.99
|
QOF String cache functions. More...
Go to the source code of this file.
Macros | |
| #define | QOF_MOD_UTIL "qof.utilities" |
| #define | CACHE_INSERT(str) qof_string_cache_insert((gconstpointer)(str)) |
| #define | CACHE_REMOVE(str) qof_string_cache_remove((str)) |
| #define | CACHE_REPLACE(dst, src) |
| #define | QOF_CACHE_NEW(void) qof_string_cache_insert("") |
Functions | |
| void | qof_string_cache_init (void) |
| void | qof_string_cache_destroy (void) |
| void | qof_string_cache_remove (gconstpointer key) |
| gpointer | qof_string_cache_insert (gconstpointer key) |
QOF String cache functions.
Definition in file qof-string-cache.h.
1.8.6