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

  1.  
  2.  
  3.  
  4. XtSessionGetToken(3Xt)       XT FUNCTIONS       XtSessionGetToken(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtSessionGetToken, XtSessionReturnToken - token management
  9.        for checkpointing
  10.  
  11. SSYYNNTTAAXX
  12.        XtCheckpointToken XtSessionGetToken(_w, _t_y_p_e)
  13.          Widget _w;
  14.          int _t_y_p_e;
  15.  
  16.        void XtSessionReturntoken(_t_o_k_e_n)
  17.          XtCheckpointToken _t_o_k_e_n;
  18.  
  19. AARRGGUUMMEENNTTSS
  20.        _w     Specifies the session widget.
  21.  
  22.        _t_y_p_e     Specifies the value in the type field of the
  23.          token.
  24.  
  25.        _t_o_k_e_n     Specifies the token to be returned.
  26.  
  27. DDEESSCCRRIIPPTTIIOONN
  28.        The _X_t_S_e_s_s_i_o_n_G_e_t_T_o_k_e_n function will return NULL if the
  29.        checkpoint operation instigated by the session manager is
  30.        not currently under way.
  31.  
  32.        To indicate the completion of a deferred save operation
  33.        and to return the checkpoint token use
  34.        _X_t_S_e_s_s_i_o_n_R_e_t_u_r_n_T_o_k_e_n.
  35.  
  36. SSEEEE AALLSSOO
  37.        _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
  38.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.