GValueTransform

The type of value transformation functions which can be registered with Value.registerTransformFunc.

dest_value will be initialized to the correct destination type.

alias GValueTransform = void function(GValue* srcValue, GValue* destValue)