![]() |
![]()
| ![]() |
![]()
NAMEXtAppReleaseCacheRefs - decrement reference counts for resources SYNTAX#include <X11/Intrinsic.h> void XtAppReleaseCacheRefs(XtAppContext app_context, XtCacheRef* refs); ARGUMENTS
DESCRIPTIONXtAppReleaseCacheRefs decrements the reference count for the conversion entries identified by the refs argument. This argument is a pointer to a NULL-terminated list of XtCacheRef values. If any reference count reaches zero, the destructor, if any, will be called and the resource removed from the conversion cache. SEE ALSOX Toolkit Intrinsics - C Language Interface
|