Class RemoteActionGroup

All Implemented Interfaces:
PointerInterface

public class RemoteActionGroup extends Interface
The GRemoteActionGroup interface is implemented by #GActionGroup
instances that either transmit action invocations to other processes
or receive action invocations in the local process from other
processes.

The interface has `_full` variants of the two
methods on #GActionGroup used to activate actions:
g_action_group_activate_action() and
g_action_group_change_action_state(). These variants allow a
"platform data" #GVariant to be specified: a dictionary providing
context for the action invocation (for example: timestamps, startup
notification IDs, etc).

#GDBusActionGroup implements #GRemoteActionGroup. This provides a
mechanism to send platform data for action invocations over D-Bus.

Additionally, g_dbus_connection_export_action_group() will check if
the exported #GActionGroup implements #GRemoteActionGroup and use the
`_full` variants of the calls if available. This
provides a mechanism by which to receive platform data for action
invocations that arrive by way of D-Bus.

https://docs.gtk.org/gio/iface.RemoteActionGroup.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • activateActionFull

      public void activateActionFull(@Nonnull Str action_name, @Nullable Variant parameter, @Nonnull Variant platform_data)
      Activates the remote action.

      This is the same as g_action_group_activate_action() except that it
      allows for provision of "platform data" to be sent along with the
      activation request. This typically contains details such as the user
      interaction timestamp or startup notification information.

      @platform_data must be non-%NULL and must have the type
      %G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.
      Parameters:
      action_name - the name of the action to activate
      parameter - the optional parameter to the activation
      platform_data - the platform data to send
    • activateActionFull

      public void activateActionFull(String action_name, @Nullable Variant parameter, @Nonnull Variant platform_data)
      Activates the remote action.

      This is the same as g_action_group_activate_action() except that it
      allows for provision of "platform data" to be sent along with the
      activation request. This typically contains details such as the user
      interaction timestamp or startup notification information.

      @platform_data must be non-%NULL and must have the type
      %G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.
      Parameters:
      action_name - the name of the action to activate
      parameter - the optional parameter to the activation
      platform_data - the platform data to send
    • changeActionStateFull

      public void changeActionStateFull(@Nonnull Str action_name, @Nonnull Variant value, @Nonnull Variant platform_data)
      Changes the state of a remote action.

      This is the same as g_action_group_change_action_state() except that
      it allows for provision of "platform data" to be sent along with the
      state change request. This typically contains details such as the
      user interaction timestamp or startup notification information.

      @platform_data must be non-%NULL and must have the type
      %G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.
      Parameters:
      action_name - the name of the action to change the state of
      value - the new requested value for the state
      platform_data - the platform data to send
    • changeActionStateFull

      public void changeActionStateFull(String action_name, @Nonnull Variant value, @Nonnull Variant platform_data)
      Changes the state of a remote action.

      This is the same as g_action_group_change_action_state() except that
      it allows for provision of "platform data" to be sent along with the
      state change request. This typically contains details such as the
      user interaction timestamp or startup notification information.

      @platform_data must be non-%NULL and must have the type
      %G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.
      Parameters:
      action_name - the name of the action to change the state of
      value - the new requested value for the state
      platform_data - the platform data to send
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()