GValueTransform

The type of value transformation functions which can be registered with g_value_register_transform_func().

@dest_value will be initialized to the correct destination type.

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

Meta