Class
AtspiDBusMutterRemoteDesktopProxy
Description [src]
class Atspi.DBusMutterRemoteDesktopProxy : GObject.Object
implements Atspi.DBusMutterRemoteDesktop {
/* No available fields */
}
The AtspiDBusMutterRemoteDesktopProxy
structure contains only private data and should only be accessed using the provided API.
Constructors
atspi_dbus_mutter_remote_desktop_proxy_new_finish
Finishes an operation started with atspi_dbus_mutter_remote_desktop_proxy_new().
atspi_dbus_mutter_remote_desktop_proxy_new_for_bus_finish
Finishes an operation started with atspi_dbus_mutter_remote_desktop_proxy_new_for_bus().
atspi_dbus_mutter_remote_desktop_proxy_new_for_bus_sync
Like atspi_dbus_mutter_remote_desktop_proxy_new_sync()
but takes a GBusType
instead of a GDBusConnection
.
atspi_dbus_mutter_remote_desktop_proxy_new_sync
Synchronously creates a proxy for the D-Bus interface org.gnome.Mutter.RemoteDesktop. See g_dbus_proxy_new_sync()
for more details.
Functions
atspi_dbus_mutter_remote_desktop_proxy_new
Asynchronously creates a proxy for the D-Bus interface org.gnome.Mutter.RemoteDesktop. See g_dbus_proxy_new()
for more details.
atspi_dbus_mutter_remote_desktop_proxy_new_for_bus
Like atspi_dbus_mutter_remote_desktop_proxy_new()
but takes a GBusType
instead of a GDBusConnection
.
Instance methods
Methods inherited from AtspiDBusMutterRemoteDesktop (8)
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
Properties inherited from AtspiDBusMutterRemoteDesktop (2)
AtspiDBusMutterRemoteDesktop:supported-device-types
Represents the D-Bus property “SupportedDeviceTypes”.
AtspiDBusMutterRemoteDesktop:version
Represents the D-Bus property “Version”.
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 AtspiDBusMutterRemoteDesktop (1)
AtspiDBusMutterRemoteDesktop::handle-create-session
Signal emitted when a remote caller is invoking the CreateSession() D-Bus method.