[ CCode ( has_target = false ) ]
public delegate void ValueTransform (Value src_value, ref Value dest_value)
The type of value transformation functions which can be registered with register_transform_func.
dest_value
will be initialized to the correct destination type.
src_value |
Source value. |
dest_value |
Target value. |