[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.36" ) ]
public delegate bool MessageContentInfoTraverseCallback (MessageContentInfo ci, int depth)
This is the callback signature for traverse.
ci | |
depth |
the current depth |
user_data |
data passed to traverse |
true to continue processing or false to stop it. |