Name
XtAppReleaseCacheRefs — explicitly decrement the reference counts for cached resources obtained from XtCallConverter.
Synopsis
void XtAppReleaseCacheRefs(app, refs)
XtAppContext app;
XtCacheRef ∗refs;
Arguments
appSpecifies the application context.
refsSpecifies the list of cache references to be decremented.
Description
XtAppReleaseCacheRefs decrements the reference count for the conversion entries identified by the refs argument. refs is a pointer to a NULL-terminated list of XtCacheRef values. If any reference count reaches zero, the destructor registered with XtSetTypeConverter, if any, will be called and the resource removed from the conversion cache.
See Also
XtCallbackReleaseCacheRef(1), XtCallbackReleaseCacheRefList(1), XtSetTypeConverter(1),
XtDestructor(2).