GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
qof-string-cache.h File Reference

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)
 

Detailed Description

QOF String cache functions.

Author
Copyright (C) 1997 Robin D. Clark rclar.nosp@m.k@cs.nosp@m..hmc..nosp@m.edu
Copyright (C) 2000 Bill Gribble grib@.nosp@m.bill.nosp@m.gribb.nosp@m.le.c.nosp@m.om
Copyright (C) 1997-2002,2004 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g
Copyright 2006 Neil Williams linux.nosp@m.@cod.nosp@m.ehelp.nosp@m..co..nosp@m.uk
Copyright 2012 Phil Longstaff phil..nosp@m.long.nosp@m.staff.nosp@m.@yah.nosp@m.oo.ca

Definition in file qof-string-cache.h.