API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
void (* GValueTransform) ( const GValue* src_value, GValue* dest_value )
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.
dest_value
src_value
Type: GValue
GValue
Source value.
Target value.