Function
GObjectValueregister_transform_func
Declaration [src]
void
g_value_register_transform_func (
  GType src_type,
  GType dest_type,
  GValueTransform transform_func
)
Description [src]
Registers a value transformation function for use in g_value_transform().
A previously registered transformation function for src_type and dest_type
will be replaced.
This function is not directly available to language bindings.
Parameters
- src_type
- 
            Type: GTypeSource type. 
- dest_type
- 
            Type: GTypeTarget type. 
- transform_func
- 
            Type: GValueTransformA function which transforms values of type src_typeinto value of typedest_type.