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

  1.  
  2.  
  3.  
  4. XSynchronize(3X11)      XLIB FUNCTIONS       XSynchronize(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSynchronize, XSetAfterFunction - enable or disable syn-
  9.        chronization
  10.  
  11. SSYYNNTTAAXX
  12.        int (*XSynchronize(_d_i_s_p_l_a_y, _o_n_o_f_f))()
  13.          Display *_d_i_s_p_l_a_y;
  14.          Bool _o_n_o_f_f;
  15.  
  16.        int (*XSetAfterFunction(_d_i_s_p_l_a_y, _p_r_o_c_e_d_u_r_e))()
  17.          Display *_d_i_s_p_l_a_y;
  18.          int (*_p_r_o_c_e_d_u_r_e)();
  19.  
  20. AARRGGUUMMEENNTTSS
  21.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  22.  
  23.        _p_r_o_c_e_d_u_r_e Specifies the procedure to be called.
  24.  
  25.        _o_n_o_f_f     Specifies a Boolean value that indicates whether
  26.          to enable or disable synchronization.
  27.  
  28. DDEESSCCRRIIPPTTIIOONN
  29.        The _X_S_y_n_c_h_r_o_n_i_z_e function returns the previous after func-
  30.        tion.  If onoff is _T_r_u_e, _X_S_y_n_c_h_r_o_n_i_z_e turns on synchronous
  31.        behavior.  If onoff is _F_a_l_s_e, _X_S_y_n_c_h_r_o_n_i_z_e turns off syn-
  32.        chronous behavior.
  33.  
  34.        The specified procedure is called with only a display
  35.        pointer.     _X_S_e_t_A_f_t_e_r_F_u_n_c_t_i_o_n returns the previous after
  36.        function.
  37.  
  38. SSEEEE AALLSSOO
  39.        XSetErrorHandler(3X11)
  40.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.