Name
XtCallbackReleaseCacheRef — callback function to release a cached resource value.
Synopsis
void XtCallbackReleaseCacheRef(object, client_data, call_data)
Widget object;
XtPointer client_data;
XtPointer call_data;
Arguments
objectSpecifies the object with which the resource is associated.
client_data
Specifies the conversion cache entry to be released.
call_dataIs ignored.
Description
This callback procedure may be added to a callback list to release a previously returned XtCacheRef value. When adding the callback, the callback client_data argument must be specified as the value of the XtCacheRef data cast to XtPointer.
See Also
XtAppReleaseCacheRefs(1), XtAppSetTypeConverter(1), XtCallbackReleaseCacheRefList(1), XtCallConverter(1), XtConvertAndStore(1), XtSetTypeConverter(1),
XtDestructor(2), XtTypeConverter(2).