NAME
XtGetDisplays - retrieve a list of displays associated with an application context
SYNTAX
void XtGetDisplays(XtAppContext _a_p_p___c_o_n_t_e_x_t, Display
***_d_p_y___r_e_t_u_r_n, Cardinal* _n_u_m___d_p_y___r_e_t_u_r_n);
ARGUMENTS
-
_a_p_p___c_o_n_t_e_x_t
Specifies the application context.
-
-
_d_p_y___r_e_t_u_r_n
Returns a list of open X display connections in the specified application
-
context.
-
_n_u_m___d_p_y___r_e_t_u_r_n
Returns the count of open X display connections in _d_p_y___r_e_t_u_r_n.
-
DESCRIPTION
To free the list of displays, use
_X_t_F_r_e_e.
SEE ALSO
_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
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e