StructureForeachFunc

A function that will be called in gst.structure.Structure.foreach_. The function may not modify value.

alias StructureForeachFunc = bool delegate

Return Value

true if the foreach operation should continue, false if the foreach operation should stop with false.