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