mergeDefs        package:RGtkBindingGenerator        R Documentation

_C_o_m_b_i_n_e _d_e_f_i_n_i_t_i_o_n_s _f_o_r _c_l_a_s_s_e_s, _f_u_n_c_t_i_o_n_s, ... _f_r_o_m _d_i_f_f_e_r_e_n_t _s_o_u_r_c_e_s

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

     This combines the definitions read from different .defs files into
     a single object containing the unique definitions. No effort is
     made to determine if duplicated definitions agree. They are simple
     discared and the value in 'into' is maintained.

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

     mergeDefs(from, into)

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

    from: the "new" definitions whch are to be combined with thos in
          'into'. Definitions in any of the categories of this object
          that have the same name as a definition in the corresponding
          category of 'into' will be discarded. In such cases, a
          warning is generated. 

    into: the original/master definitions which are to be augmented
          with those from 'from'.

_D_e_t_a_i_l_s:

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

     An object identical in top-level structure to 'into' with the
     elements containing the result of merging the elements from 'from'
     and 'into'.

_S_e_e _A_l_s_o:

     'generateCodeFiles'   'genCode'

_E_x_a_m_p_l_e_s:

