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.

@FunctionalInterface public static interface Value.OnValueTransform
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void onValueTransform(CallbackHandler __self, @Nonnull Value src_value, @Nonnull Value 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.
      Parameters:
      src_value - Source value.
      dest_value - Target value.