Package ch.bailu.gtk.gio
Interface SettingsBackendClass.OnReadUserValue
- Enclosing class:
- SettingsBackendClass
- 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 TypeMethodDescriptiononReadUserValue
(CallbackHandler __self, SettingsBackend backend, Str key, VariantType expected_type)
-
Method Details
-
onReadUserValue
Variant onReadUserValue(CallbackHandler __self, @Nonnull SettingsBackend backend, @Nonnull Str key, @Nonnull VariantType expected_type) - Parameters:
backend
-key
-expected_type
-- Returns:
-