getParameterTypes {RGtkBindingGenerator} | R Documentation |
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.
getParameterTypes(x) getAllTypes(defs)
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. |
A character vector giving the names of the C types of the return value and the parameters of the C routine, in that order.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk, http://www.omegahat.org/RGtkBindingGenerator, http://www.gtk.org http://www.pygtk.org(?)