Handbook
Glossary
gst_index_add_object ( index id key type object -- GstIndexEntry* )
Vocabulary
gstreamer
.
ffi
Inputs
index
an
object
id
an
object
key
an
object
type
an
object
object
an
object
Outputs
GstIndexEntry*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstIndexEntry*
gst_index_add_object
( GstIndex* index,
gint
id, gchar* key,
GType
type,
gpointer
object )