GParamSpec {RGtk2} | R Documentation |
GParamSpec
is an object structure that encapsulates the metadata
required to specify parameters, such as e.g. GObject
properties.
As a transparent type, the base GParamSpec
structure should be returned to
R as a corresponding list; however, it is not possible to create meaningful
GParamSpec
s at this time with RGtk2. This functionality may be added in
the future as we move towards allowing R widget implementations.
Michael Lawrence
http://developer.gnome.org/doc/API/2.0/gobject/gobject-GParamSpec.html