home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xtappreleasecacherefs.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XtAppReleaseCacheRefs(3Xt) XT FUNCTIONSXtAppReleaseCacheRefs(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppReleaseCacheRefs - decrement reference counts for
  9.        resources
  10.  
  11. SSYYNNTTAAXX
  12.        void XtAppReleaseCacheRefs(_a_p_p___c_o_n_t_e_x_t, _r_e_f_s)
  13.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  14.          XtCacheRef* _r_e_f_s;
  15.  
  16. AARRGGUUMMEENNTTSS
  17.        _a_p_p___c_o_n_t_e_x_t
  18.          Specifies the application context.
  19.  
  20.        _r_e_f_s     Specifies the list of cache references to be
  21.          released.
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.        _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
  25.        the conversion entries identified by the _r_e_f_s argument.
  26.        This argument is a pointer to a NULL-terminated list of
  27.        _X_t_C_a_c_h_e_R_e_f values. If any reference count reaches zero,
  28.        the destructor, if any, will be called and the resource
  29.        removed from the conversion cache.
  30.  
  31. SSEEEE AALLSSOO
  32.        _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
  33.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.