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

  1.  
  2.  
  3.  
  4. XdbeQueryExtension(3X11)   X FUNCTIONS     XdbeQueryExtension(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XdbeQueryExtension  - returns the version of DBE supported
  9.        by the server.
  10.  
  11. SSYYNNOOPPSSIISS
  12.        #include <X11/extensions/Xdbe.h>
  13.  
  14.        Status XdbeQueryExtension(
  15.        Display *dpy,
  16.        int       *major_version_return,
  17.        int       *minor_version_return)
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.        Sets _m_a_j_o_r___v_e_r_s_i_o_n___r_e_t_u_r_n and _m_i_n_o_r___v_e_r_s_i_o_n___r_e_t_u_r_n to  the
  21.        major  and  minor  DBE  protocol     version supported by the
  22.        server.    If the DBE library is compatible with the version
  23.        returned     by  the  server, this function returns non-zero.
  24.        If _d_p_y does not support the DBE extension, or if there was
  25.        an  error  during communication with the server, or if the
  26.        server and library  protocol  versions  are  incompatible,
  27.        this  function  returns zero.  No other Xdbe functions may
  28.        be called before this function.    If a client violates this
  29.        rule,  the  effects  of    all subsequent Xdbe calls that it
  30.        makes are undefined.
  31.  
  32. SSEEEE AALLSSOO
  33.        DBE, _X_d_b_e_A_l_l_o_c_a_t_e_B_a_c_k_B_u_f_f_e_r_N_a_m_e_(_)_, _X_d_b_e_B_e_g_i_n_I_d_i_o_m_(_)_, _X_d_b_e_-
  34.        _D_e_a_l_l_o_c_a_t_e_B_a_c_k_B_u_f_f_e_r_N_a_m_e_(_)_,  _X_d_b_e_E_n_d_I_d_i_o_m_(_)_, _X_d_b_e_F_r_e_e_V_i_s_u_-
  35.        _a_l_I_n_f_o_(_)_,  _X_d_b_e_G_e_t_B_a_c_k_B_u_f_f_e_r_A_t_t_r_i_b_u_t_e_s_(_)_,   _X_d_b_e_G_e_t_V_i_s_u_a_l_-
  36.        _I_n_f_o_(_)_, _X_d_b_e_S_w_a_p_B_u_f_f_e_r_s_(_)_.
  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.