XtAppReleaseCacheRefs

Section: XT FUNCTIONS (3Xt)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

XtAppReleaseCacheRefs - リソースの参照数を減らす  

書式

void XtAppReleaseCacheRefs(app_context, refs)

      XtAppContext app_context;

      XtCacheRef* refs;  

引き数

app_context
アプリケーションコンテクストを指定。
refs
解放するキャッシュの参照リストを指定。
 

説明

XtAppReleaseCacheRefs は、引き数 refs で識別される変換エントリーに対する参照数を減らす。 この引き数は、 XtCacheRef 値のリストへのポインタである。このリストは NULL で終わる。参照数が 0 になった場合、(もしあれば)デストラクタが呼び出され、そのリソースは変換 キャッシュから取り除かれる。  

関連項目


X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface


 

Index

名前
書式
引き数
説明
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:22 GMT, February 12, 2001