Package ch.bailu.gtk.gio
Interface SettingsBackendClass.OnReset
- 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 TypeMethodDescriptionvoid
onReset
(CallbackHandler __self, SettingsBackend backend, Str key, Pointer origin_tag)
-
Method Details
-
onReset
void onReset(CallbackHandler __self, @Nonnull SettingsBackend backend, @Nonnull Str key, @Nullable Pointer origin_tag) - Parameters:
backend
-key
-origin_tag
-
-