[ CCode ( cname = "GstCollectDataDestroyNotify" , has_target = false ) ]
public delegate void CollectDataDestroyNotify (CollectData data)
A function that will be called when the CollectData will be freed.
It is passed the pointer to the structure and should free any custom memory and resources allocated for it.
data |
the CollectData that will be freed |