IteratorFoldFunction
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate bool IteratorFoldFunction (Value item, ref Value ret)
public delegate bool IteratorFoldFunction (Value item, ref Value ret)
A function to be passed to fold.
Parameters:
item |
the item to fold |
ret |
a Value collecting the result |
user_data |
data passed to fold |
Returns:
|
Namespace: Gst
Package: gstreamer-1.0