Handbook
Glossary
json_boxed_serialize ( gboxed_type boxed -- JsonNode* )
Vocabulary
clutter
.
json
.
ffi
Inputs
gboxed_type
an
object
boxed
an
object
Outputs
JsonNode*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.json.ffi
LIBRARY:
clutter.json
FUNCTION:
JsonNode*
json_boxed_serialize
(
GType
gboxed_type,
gpointer
boxed )