
Last chance! 50% off unlimited learning
Sale ends in
GParamSpec
is an object structure that encapsulates the metadata
required to specify parameters, such as e.g. GObject
properties.gParamSpec(type, name, nick = NULL, blurb = NULL, flags = NULL, ...)
as.GParamSpec(x)
GParamSpec
(property) typeGParamSpec
(property)GParamSpec
(property)GParamSpec
(property)GParamFlags
enumeration -
please see the GObject documentation for more informationGParamSpec
-
please see the GObject documentation for more informationGParamSpec
- the class
of the list should be the name of the GParamSpec
typeGParamSpec
, ready to be passed to the underlying C librariesGParamSpec
structures should be returned to
R as corresponding lists, and as.GParamSpec
coerces a list to one understandable
by the C wrappers, assuming that the class of the list is the name of the GParamSpec
type.
gParamSpec
is a more user-friendly wrapper to as.GParamSpec
that
constructs the correctly-classed list on the fly from its arguments.