Package ch.bailu.gtk.gio
Schnittstelle RemoteActionGroupInterface.OnActivateActionFull
- Umschließende Klasse:
RemoteActionGroupInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onActivateActionFull
(CallbackHandler __self, RemoteActionGroup remote, Str action_name, Variant parameter, Variant platform_data)
-
Methodendetails
-
onActivateActionFull
void onActivateActionFull(CallbackHandler __self, @Nonnull RemoteActionGroup remote, @Nonnull Str action_name, @Nullable Variant parameter, @Nonnull Variant platform_data) - Parameter:
remote
- a #GDBusActionGroupaction_name
- the name of the action to activateparameter
- the optional parameter to the activationplatform_data
- the platform data to send
-