Interface

AtspiDBusMutterRemoteDesktop

Description [src]

interface Atspi.DBusMutterRemoteDesktop : GObject.Object

Abstract interface type for the D-Bus interface org.gnome.Mutter.RemoteDesktop.

Prerequisite

In order to implement DBusMutterRemoteDesktop, your type must inherit fromGObject.

Functions

atspi_dbus_mutter_remote_desktop_interface_info

Gets a machine-readable description of the org.gnome.Mutter.RemoteDesktop D-Bus interface.

atspi_dbus_mutter_remote_desktop_override_properties

Overrides all GObject properties in the AtspiDBusMutterRemoteDesktop interface for a concrete class. The properties are overridden in the order they are defined.

Instance methods

atspi_dbus_mutter_remote_desktop_call_create_session

Asynchronously invokes the CreateSession() D-Bus method on proxy. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call atspi_dbus_mutter_remote_desktop_call_create_session_finish() to get the result of the operation.

atspi_dbus_mutter_remote_desktop_call_create_session_finish

Finishes an operation started with atspi_dbus_mutter_remote_desktop_call_create_session().

atspi_dbus_mutter_remote_desktop_call_create_session_sync

Synchronously invokes the CreateSession() D-Bus method on proxy. The calling thread is blocked until a reply is received.

atspi_dbus_mutter_remote_desktop_complete_create_session

Helper function used in service implementations to finish handling invocations of the CreateSession() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

atspi_dbus_mutter_remote_desktop_get_supported_device_types

Gets the value of the SupportedDeviceTypes” D-Bus property.

atspi_dbus_mutter_remote_desktop_get_version

Gets the value of the Version” D-Bus property.

atspi_dbus_mutter_remote_desktop_set_supported_device_types

Sets the SupportedDeviceTypes” D-Bus property to value.

atspi_dbus_mutter_remote_desktop_set_version

Sets the Version” D-Bus property to value.

Properties

Atspi.DBusMutterRemoteDesktop:supported-device-types

Represents the D-Bus property SupportedDeviceTypes”.

Atspi.DBusMutterRemoteDesktop:version

Represents the D-Bus property Version”.

Signals

Atspi.DBusMutterRemoteDesktop::handle-create-session

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

Interface structure

struct AtspiDBusMutterRemoteDesktopIface {
  GTypeInterface parent_iface;
  gboolean (* handle_create_session) (
    AtspiDBusMutterRemoteDesktop* object,
    GDBusMethodInvocation* invocation
  );
  guint (* get_supported_device_types) (
    AtspiDBusMutterRemoteDesktop* object
  );
  gint (* get_version) (
    AtspiDBusMutterRemoteDesktop* object
  );
  
}

Virtual table for the D-Bus interface org.gnome.Mutter.RemoteDesktop.

Interface members
parent_iface
GTypeInterface
 

The parent interface.

handle_create_session
gboolean (* handle_create_session) (
    AtspiDBusMutterRemoteDesktop* object,
    GDBusMethodInvocation* invocation
  )
 No description available.
get_supported_device_types
guint (* get_supported_device_types) (
    AtspiDBusMutterRemoteDesktop* object
  )
 No description available.
get_version
gint (* get_version) (
    AtspiDBusMutterRemoteDesktop* object
  )
 No description available.

Virtual methods

Atspi.DBusMutterRemoteDesktop.get_supported_device_types

Gets the value of the SupportedDeviceTypes” D-Bus property.

Atspi.DBusMutterRemoteDesktop.get_version

Gets the value of the Version” D-Bus property.