cbdata now have a per-type free function rather than per allocation.
Changes to the API:
To initialize a new CBDATA type with a free function:
CBDATA_INIT_TYPE_FREECB(typename, freefunction);
To allocate a cbdata structure
var = cbdataAlloc(typename);
(was CBDATA_ALLOC(typename, freefunc) )
/Henrik
Received on Sat Mar 03 2001 - 03:52:37 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:36 MST