NAME

XtAppReleaseCacheRefs - decrement reference counts for resources

SYNTAX

void XtAppReleaseCacheRefs(XtAppContext _a_p_p___c_o_n_t_e_x_t, XtCacheRef* _r_e_f_s);

ARGUMENTS

_a_p_p___c_o_n_t_e_x_t Specifies the application context.
_r_e_f_s Specifies the list of cache references to be released.

DESCRIPTION

_X_t_A_p_p_R_e_l_e_a_s_e_C_a_c_h_e_R_e_f_s decrements the reference count for the conversion entries identified by the _r_e_f_s argument. This argument is a pointer to a NULL-terminated list of _X_t_C_a_c_h_e_R_e_f values. If any reference count reaches zero, the destructor, if any, will be called and the resource removed from the conversion cache.

SEE ALSO


_X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e