ValueTransform


Description:

[ 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.

Parameters:

src_value

Source value.

dest_value

Target value.


Namespace: GLib
Package: gobject-2.0