1XtAppReleaseCacheRefs(3)         XT FUNCTIONS         XtAppReleaseCacheRefs(3)
2
3
4

NAME

6       XtAppReleaseCacheRefs - decrement reference counts for resources
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       void XtAppReleaseCacheRefs(XtAppContext app_context, XtCacheRef* refs);
12

ARGUMENTS

14       app_context
15                 Specifies the application context.
16
17       refs      Specifies the list of cache references to be released.
18

DESCRIPTION

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

SEE ALSO

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