Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onGetValue
(CallbackHandler __self, ContentProvider provider, Value value)
-
Method Details
-
onGetValue
- 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.
-