Package ch.bailu.gtk.gio
Interface RemoteActionGroupInterface.OnChangeActionStateFull
- Enclosing class:
- RemoteActionGroupInterface
- 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 TypeMethodDescriptionvoidonChangeActionStateFull(CallbackHandler __self, RemoteActionGroup remote, Str action_name, Variant value, Variant platform_data)
-
Method Details
-
onChangeActionStateFull
void onChangeActionStateFull(CallbackHandler __self, @Nonnull RemoteActionGroup remote, @Nonnull Str action_name, @Nonnull Variant value, @Nonnull Variant platform_data) - Parameters:
remote- a #GRemoteActionGroupaction_name- the name of the action to change the state ofvalue- the new requested value for the stateplatform_data- the platform data to send
-