getEnumCheckDecl {RGtkBindingGenerator} | R Documentation |
Generate the C code for the declaration of the C routine
that checks the value of an S object is valid for a
particular enumeration type.
This declaration is put in the package
Enum.h
file where package
is the argument to the
generateCodeFiles
.
getEnumCheckDecl(name)
name |
the name of the
enumeration type created by calling
getEnumCRoutineName . |
A simple string of the form
USER_OBJECT_ <name>(USER_OBJECT_)
.
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(?)