Package ch.bailu.gtk.gobject
Interface Value.OnValueTransform
- Enclosing class:
- Value
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onValueTransform
(CallbackHandler __self, Value src_value, Value dest_value) The type of value transformation functions which can be registered with
g_value_register_transform_func().
-
Method Details
-
onValueTransform
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.- Parameters:
src_value
- Source value.dest_value
- Target value.
-