MetaForeachFunc


Description:

[ CCode ( instance_pos = 3.9 ) ]
public delegate void MetaForeachFunc (MetaContainer container, string key, Value value)

A method to be called on all of a meta container's fields.

Parameters:

container

A MetaContainer

key

The key for one of container's fields

value

The set value under key

user_data

User data


Namespace: GES