Package ch.bailu.gtk.gio
Interface ActionEntry.OnChangeState
- Enclosing class:
- ActionEntry
- 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 TypeMethodDescriptionvoidonChangeState(CallbackHandler __self, SimpleAction action, Variant value, Pointer user_data)
-
Method Details
-
onChangeState
void onChangeState(CallbackHandler __self, @Nonnull SimpleAction action, @Nonnull Variant value, @Nullable Pointer user_data) - Parameters:
action-value-user_data-
-