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

  1.  
  2.  
  3.  
  4. XrmEnumerateDatabase(3X11)XLIB FUNCTIONSXrmEnumerateDatabase(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XrmEnumerateDatabase - enumerate resource database entries
  9.  
  10. SSYYNNTTAAXX
  11.        #define     _X_r_m_E_n_u_m_A_l_l_L_e_v_e_l_s    0
  12.        #define     _X_r_m_E_n_u_m_O_n_e_L_e_v_e_l    1
  13.  
  14.        Bool XrmEnumerateDatabase(_d_a_t_a_b_a_s_e, _n_a_m_e___p_r_e_f_i_x, _c_l_a_s_s___p_r_e_f_i_x, _m_o_d_e, _p_r_o_c, _a_r_g)
  15.          XrmDatabase _d_a_t_a_b_a_s_e;
  16.          XrmNameList _n_a_m_e___p_r_e_f_i_x;
  17.          XrmClassList _c_l_a_s_s___p_r_e_f_i_x;
  18.          int _m_o_d_e;
  19.          Bool (*_p_r_o_c)();
  20.          XPointer _a_r_g;
  21.  
  22. AARRGGUUMMEENNTTSS
  23.        _d_a_t_a_b_a_s_e     Specifies the resource database.
  24.  
  25.        _n_a_m_e___p_r_e_f_i_x
  26.          Specifies the resource name prefix.
  27.  
  28.        _c_l_a_s_s___p_r_e_f_i_x
  29.          Specifies the resource class prefix.
  30.  
  31.        _m_o_d_e     Specifies the number of levels to enumerate.
  32.  
  33.        _p_r_o_c     Specifies the procedure that is to be called for
  34.          each matching entry.
  35.  
  36.        _a_r_g     Specifies the user-supplied argument that will
  37.          be passed to the procedure.
  38.  
  39. DDEESSCCRRIIPPTTIIOONN
  40.        The _X_r_m_E_n_u_m_e_r_a_t_e_D_a_t_a_b_a_s_e function calls the specified pro-
  41.        cedure for each resource in the database that would match
  42.        some completion of the given name/class resource prefix.
  43.        The order in which resources are found is implementation-
  44.        dependent.  If mode is _X_r_m_E_n_u_m_O_n_e_L_e_v_e_l, a resource must
  45.        match the given name/class prefix with just a single name
  46.        and class appended.  If mode is _X_r_m_E_n_u_m_A_l_l_L_e_v_e_l_s, the
  47.        resource must match the given name/class prefix with one
  48.        or more names and classes appended.  If the procedure
  49.        returns _T_r_u_e, the enumeration terminates and the function
  50.        returns _T_r_u_e.  If the procedure always returns _F_a_l_s_e, all
  51.        matching resources are enumerated and the function returns
  52.        _F_a_l_s_e.
  53.  
  54.        The procedure is called with the following arguments:
  55.  
  56.        (*_p_r_o_c)(_d_a_t_a_b_a_s_e, _b_i_n_d_i_n_g_s, _q_u_a_r_k_s, _t_y_p_e, _v_a_l_u_e, _a_r_g)
  57.         XrmDatabase *_d_a_t_a_b_a_s_e;
  58.         XrmBindingList _b_i_n_d_i_n_g_s;
  59.         XrmQuarkList _q_u_a_r_k_s;
  60.         XrmRepresentation *_t_y_p_e;
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XrmEnumerateDatabase(3X11)XLIB FUNCTIONSXrmEnumerateDatabase(3X11)
  71.  
  72.  
  73.         XrmValue *_v_a_l_u_e;
  74.         XPointer _a_r_g;
  75.  
  76.        The bindings and quarks lists are terminated by _N_U_L_L_Q_U_A_R_K.
  77.        Note that pointers to the database and type are passed,
  78.        but these values should not be modified.
  79.  
  80.        The procedure must not modifiy the database.  If Xlib has
  81.        been initialized for threads, the procedure is called with
  82.        the database locked and the result of a call by the proce-
  83.        dure to any Xlib function using the same database is not
  84.        defined.
  85.  
  86. SSEEEE AALLSSOO
  87.        XrmGetResource(3X11), XrmInitialize(3X11), XrmPutRe-
  88.        source(3X11)
  89.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.