Interface Settings.OnSettingsBindGetMapping

Enclosing class:
Settings
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 Settings.OnSettingsBindGetMapping
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onSettingsBindGetMapping(CallbackHandler __self, Value value, Variant variant, Pointer user_data)
    The type for the function that is used to convert from #GSettings to
    an object property.
  • Method Details

    • onSettingsBindGetMapping

      boolean onSettingsBindGetMapping(CallbackHandler __self, @Nonnull Value value, @Nonnull Variant variant, @Nullable Pointer user_data)
      The type for the function that is used to convert from #GSettings to
      an object property. The @value is already initialized to hold values
      of the appropriate type.
      Parameters:
      value - return location for the property value
      variant - the #GVariant
      user_data - user data that was specified when the binding was created
      Returns:
      %TRUE if the conversion succeeded, %FALSE in case of an error