


XResourceManagerString(3X11)			 XResourceManagerString(3X11)
X11R5									X11R5



NAME
  XResourceManagerString, XScreenResourceString	- obtain server	resource pro-
  perties

SYNTAX
  char *XResourceManagerString(_d_i_s_p_l_a_y)
	Display	*_d_i_s_p_l_a_y;

  char *XScreenResourceString(_s_c_r_e_e_n)
	Screen *_s_c_r_e_e_n;

ARGUMENTS

  _d_i_s_p_l_a_y   Specifies the connection to	the X server.

  _s_c_r_e_e_n    Specifies the screen.

DESCRIPTION
  The _X_R_e_s_o_u_r_c_e_M_a_n_a_g_e_r_S_t_r_i_n_g returns the RESOURCE_MANAGER property from	the
  server's root	window of screen zero, which was returned when the connection
  was opened using _X_O_p_e_n_D_i_s_p_l_a_y.  The property is converted from type STRING
  to the current locale.  The conversion is identical to that produced by
  _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t for	a singleton STRING property.  The returned
  string is owned by Xlib, and should not be freed by the client.  Note	that
  the property value must be in	a format that is acceptable to _X_r_m_G_e_t_S_t_r_i_n_g_-
  _D_a_t_a_b_a_s_e.  If	no property exists, NULL is returned.

  The _X_S_t_r_i_n_g_R_e_s_o_u_r_c_e_S_t_r_i_n_g returns the	SCREEN_RESOURCES property from the
  root window of the specified screen.	The property is	converted from type
  STRING to the	current	locale.	 The conversion	is identical to	that produced
  by _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t for a singleton STRING property.	 Note that
  the property value must be in	a format that is acceptable to _X_r_m_G_e_t_S_t_r_i_n_g_-
  _D_a_t_a_b_a_s_e.  If	no property exists, NULL is returned.  The caller is respon-
  sible	for freeing the	returned string, using _X_F_r_e_e.

SEE ALSO
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e





















