cl-cffi-gtk
API documentation
Package:
gobject
Function g-value-variant
Lambda List
g-value-variant
(
gvalue
)
Syntax
(g-value-variant gvalue) => value
(setf (g-value-variant gvalue) value)
Arguments
gvalue
-- a
g-value
of type
+g-type-variant+
value
-- a g-variant value
Details
Variant contents of
gvalue
. The
g-value-variant
function gets the contents of a
g-value
of type
g-variant
. The
(setf g-value-variant)
function sets the contents of a
g-value
to
value
.
See also
g-value
g-variant
2021-12-14