1XtAppReleaseCacheRefs(3) XT FUNCTIONS XtAppReleaseCacheRefs(3)
2
3
4
6 XtAppReleaseCacheRefs - decrement reference counts for resources
7
9 void XtAppReleaseCacheRefs(XtAppContext app_context, XtCacheRef* refs);
10
12 app_context
13 Specifies the application context.
14
15 refs Specifies the list of cache references to be released.
16
18 XtAppReleaseCacheRefs decrements the reference count for the conversion
19 entries identified by the refs argument. This argument is a pointer to
20 a NULL-terminated list of XtCacheRef values. If any reference count
21 reaches zero, the destructor, if any, will be called and the resource
22 removed from the conversion cache.
23
25 X Toolkit Intrinsics - C Language Interface
26 Xlib - C Language X Interface
27
28
29
30X Version 11 libXt 1.1.4 XtAppReleaseCacheRefs(3)