getParameterTypes    package:RGtkBindingGenerator    R Documentation

_N_a_m_e_s _o_f _t_h_e _p_a_r_a_m_e_t_e_r _a_n_d _r_e_t_u_r_n _t_y_p_e_s _f_o_r _a _C _r_o_u_t_i_n_e

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

     Not certain these are ever used.  

     'getParameterTypes' retuns the names of C types of the parameters
     and return value of a C routine defined in the .defs files.

     'getAllTypes' returns the names of all the different C types from
     the  C routines and the classes defined in the symbolic
     definitions.

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

     getParameterTypes(x)
     getAllTypes(defs)

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

       x: the description of the C routine/function of interest in the
          definitions read from the .defs files. This is an object of
          class 'FunctionDef'. 

    defs: the collection of all the definitions read from the .defs
          files.

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

     A character vector giving the names of the C types of the return
     value and the parameters of the C routine, in that order.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk>, <URL:
     http://www.omegahat.org/RGtkBindingGenerator>, <URL:
     http://www.gtk.org> <URL: http://www.pygtk.org>(?)

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

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

