IteratorFoldFunction


Description:

[ CCode ( instance_pos = 2.9 ) ]
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:

true if the fold should continue, false if it should stop.


Namespace: Gst
Package: gstreamer-1.0