Handbook
Glossary
json_gobject_from_data ( gtype data length error -- GObject* )
Vocabulary
clutter
.
json
.
ffi
Inputs
gtype
an
object
data
an
object
length
an
object
error
an
object
Outputs
GObject*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
gobject.ffi
;
IN:
clutter.json.ffi
LIBRARY:
clutter.json
FUNCTION:
GObject*
json_gobject_from_data
(
GType
gtype, gchar* data,
glong
length, GError* error )