getEnumCheckDecl {RGtkBindingGenerator}R Documentation

Declaration for Enumeration Validation Routine

Description

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 packageEnum.h file where package is the argument to the generateCodeFiles.

Usage

getEnumCheckDecl(name)

Arguments

name the name of the enumeration type created by calling getEnumCRoutineName.

Value

A simple string of the form USER_OBJECT_ <name>(USER_OBJECT_).

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

getEnumCheckDecl

Examples






[Package RGtkBindingGenerator version 0.3 Index]