Handbook
Glossary
g_param_spec_gtype ( name nick blurb is_a_type flags -- GParamSpec* )
Vocabulary
gobject
.
ffi
Inputs
name
an
object
nick
an
object
blurb
an
object
is_a_type
an
object
flags
an
object
Outputs
GParamSpec*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GParamSpec*
g_param_spec_gtype
( gchar* name, gchar* nick, gchar* blurb,
GType
is_a_type,
GParamFlags
flags )