Handbook
Glossary
gst_structure_id_has_field_typed ( structure field type -- gboolean )
Vocabulary
gstreamer
.
ffi
Inputs
structure
an
object
field
an
object
type
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
gboolean
gst_structure_id_has_field_typed
( GstStructure* structure,
GQuark
field,
GType
type )