[ 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 [func@GObject.
Value.register_transform_func].
dest_value will be initialized to the correct destination type.
| src_value |
source value |
| dest_value |
target value |