getParameterTypes {RGtkBindingGenerator}R Documentation

Names of the parameter and return types for a C routine

Description

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.

Usage

getParameterTypes(x)
getAllTypes(defs)

Arguments

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.

Value

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

Author(s)

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

References

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

See Also

Examples



[Package RGtkBindingGenerator version 0.3 Index]