pangoFontDescriptionCopyStatic     package:RGtk2     R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_C_o_p_y_S_t_a_t_i_c

_D_e_s_c_r_i_p_t_i_o_n:

     Like 'pangoFontDescriptionCopy', but only a shallow copy is made
     of the family name and other allocated fields. This is meant to be
     used when the copy is only needed temporarily.

_U_s_a_g_e:

     pangoFontDescriptionCopyStatic(object)

_A_r_g_u_m_e_n_t_s:

'object': ['PangoFontDescription']  a 'PangoFontDescription', may be
          'NULL'

_V_a_l_u_e:

     ['PangoFontDescription']  the newly allocated
     'PangoFontDescription', or 'NULL' if 'desc' was 'NULL'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

