Class

AtspiDBusMutterRemoteDesktopSessionProxy

Description [src]

class Atspi.DBusMutterRemoteDesktopSessionProxy : GObject.Object
  implements Atspi.DBusMutterRemoteDesktopSession {
  /* No available fields */
}

The AtspiDBusMutterRemoteDesktopSessionProxy structure contains only private data and should only be accessed using the provided API.

Ancestors

Constructors

atspi_dbus_mutter_remote_desktop_session_proxy_new_finish

Finishes an operation started with atspi_dbus_mutter_remote_desktop_session_proxy_new().

atspi_dbus_mutter_remote_desktop_session_proxy_new_for_bus_finish

Finishes an operation started with atspi_dbus_mutter_remote_desktop_session_proxy_new_for_bus().

atspi_dbus_mutter_remote_desktop_session_proxy_new_for_bus_sync

Like atspi_dbus_mutter_remote_desktop_session_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

atspi_dbus_mutter_remote_desktop_session_proxy_new_sync

Synchronously creates a proxy for the D-Bus interface org.gnome.Mutter.RemoteDesktop.Session. See g_dbus_proxy_new_sync() for more details.

Functions

atspi_dbus_mutter_remote_desktop_session_proxy_new

Asynchronously creates a proxy for the D-Bus interface org.gnome.Mutter.RemoteDesktop.Session. See g_dbus_proxy_new() for more details.

atspi_dbus_mutter_remote_desktop_session_proxy_new_for_bus

Like atspi_dbus_mutter_remote_desktop_session_proxy_new() but takes a GBusType instead of a GDBusConnection.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AtspiDBusMutterRemoteDesktopSession (86)

Please see AtspiDBusMutterRemoteDesktopSession for a full list of methods.

Properties

Properties inherited from AtspiDBusMutterRemoteDesktopSession (3)
AtspiDBusMutterRemoteDesktopSession:caps-lock-state

Represents the D-Bus property CapsLockState”.

AtspiDBusMutterRemoteDesktopSession:num-lock-state

Represents the D-Bus property NumLockState”.

AtspiDBusMutterRemoteDesktopSession:session-id

Represents the D-Bus property SessionId”.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from AtspiDBusMutterRemoteDesktopSession (22)
AtspiDBusMutterRemoteDesktopSession::closed

On the client-side, this signal is emitted whenever the D-Bus signal Closed” is received.

AtspiDBusMutterRemoteDesktopSession::handle-connect-to-eis

Signal emitted when a remote caller is invoking the ConnectToEIS() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-disable-clipboard

Signal emitted when a remote caller is invoking the DisableClipboard() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-enable-clipboard

Signal emitted when a remote caller is invoking the EnableClipboard() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-keyboard-keycode

Signal emitted when a remote caller is invoking the NotifyKeyboardKeycode() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-keyboard-keysym

Signal emitted when a remote caller is invoking the NotifyKeyboardKeysym() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-pointer-axis

Signal emitted when a remote caller is invoking the NotifyPointerAxis() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-pointer-axis-discrete

Signal emitted when a remote caller is invoking the NotifyPointerAxisDiscrete() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-pointer-button

Signal emitted when a remote caller is invoking the NotifyPointerButton() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-pointer-motion-absolute

Signal emitted when a remote caller is invoking the NotifyPointerMotionAbsolute() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-pointer-motion-relative

Signal emitted when a remote caller is invoking the NotifyPointerMotionRelative() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-touch-down

Signal emitted when a remote caller is invoking the NotifyTouchDown() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-touch-motion

Signal emitted when a remote caller is invoking the NotifyTouchMotion() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-notify-touch-up

Signal emitted when a remote caller is invoking the NotifyTouchUp() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-selection-read

Signal emitted when a remote caller is invoking the SelectionRead() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-selection-write

Signal emitted when a remote caller is invoking the SelectionWrite() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-selection-write-done

Signal emitted when a remote caller is invoking the SelectionWriteDone() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-set-selection

Signal emitted when a remote caller is invoking the SetSelection() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-start

Signal emitted when a remote caller is invoking the Start() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::handle-stop

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

AtspiDBusMutterRemoteDesktopSession::selection-owner-changed

On the client-side, this signal is emitted whenever the D-Bus signal SelectionOwnerChanged” is received.

AtspiDBusMutterRemoteDesktopSession::selection-transfer

On the client-side, this signal is emitted whenever the D-Bus signal SelectionTransfer” is received.

Class structure

struct AtspiDBusMutterRemoteDesktopSessionProxyClass {
  GDBusProxyClass parent_class;
  
}

Class structure for AtspiDBusMutterRemoteDesktopSessionProxy.

Class members
parent_class: GDBusProxyClass

The parent class.