Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtAppReleas(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtCallbackReleaseCacheRef(1)

XtCallbackReleaseCacheRefList(1)

XtSetTypeConverter(1)

XtDestructor(2)

 

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). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026