Interface ContentProviderClass.OnGetValue

Enclosing class:
ContentProviderClass
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 ContentProviderClass.OnGetValue
  • Method Details

    • onGetValue

      boolean onGetValue(CallbackHandler __self, @Nonnull ContentProvider provider, @Nonnull Value value)
      Parameters:
      provider - a `GdkContentProvider`
      value - the `GValue` to fill
      Returns:
      %TRUE if the value was set successfully. Otherwise @error will be set to describe the failure.