Handbook
Glossary
gst_iterator_new_list ( type lock master_cookie list owner item free -- GstIterator* )
Vocabulary
gstreamer
.
ffi
Inputs
type
an
object
lock
an
object
master_cookie
an
object
list
an
object
owner
an
object
item
an
object
free
an
object
Outputs
GstIterator*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstIterator*
gst_iterator_new_list
(
GType
type, GMutex* lock,
guint32
master_cookie, GList*
list,
gpointer
owner,
GstIteratorItemFunction
item,
GstIteratorDisposeFunction
free )