Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.IteratorResult

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstIteratorResult
Enum : IteratorResult
  Show / Hide Inherited methods, properties and signals
The result of gst_iterator_next().
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Iterator
Method
next (void* elem) : Gst.IteratorResult
Get the next item from the iterator in elem.
Gst.Iterator
Method
fold (Function func, Value ret, void* user_data) : Gst.IteratorResult
Folds func over the elements of iter.
Gst.Iterator
Method
foreach (Function func, void* user_data) : Gst.IteratorResult
Iterate over all element of it and call the given function func for each element.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)