Class
AtspiDBusShellIntrospectProxy
Description [src]
class Atspi.DBusShellIntrospectProxy : GObject.Object
implements Atspi.DBusShellIntrospect {
/* No available fields */
}
The AtspiDBusShellIntrospectProxy
structure contains only private data and should only be accessed using the provided API.
Constructors
atspi_dbus_shell_introspect_proxy_new_finish
Finishes an operation started with atspi_dbus_shell_introspect_proxy_new().
atspi_dbus_shell_introspect_proxy_new_for_bus_finish
Finishes an operation started with atspi_dbus_shell_introspect_proxy_new_for_bus().
atspi_dbus_shell_introspect_proxy_new_for_bus_sync
Like atspi_dbus_shell_introspect_proxy_new_sync()
but takes a GBusType
instead of a GDBusConnection
.
atspi_dbus_shell_introspect_proxy_new_sync
Synchronously creates a proxy for the D-Bus interface org.gnome.Shell.Introspect. See g_dbus_proxy_new_sync()
for more details.
Functions
atspi_dbus_shell_introspect_proxy_new
Asynchronously creates a proxy for the D-Bus interface org.gnome.Shell.Introspect. See g_dbus_proxy_new()
for more details.
atspi_dbus_shell_introspect_proxy_new_for_bus
Like atspi_dbus_shell_introspect_proxy_new()
but takes a GBusType
instead of a GDBusConnection
.
Instance methods
Methods inherited from AtspiDBusShellIntrospect (17)
atspi_dbus_shell_introspect_call_get_running_applications
Asynchronously invokes the GetRunningApplications() 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_shell_introspect_call_get_running_applications_finish()
to get the result of the operation.
atspi_dbus_shell_introspect_call_get_running_applications_finish
Finishes an operation started with atspi_dbus_shell_introspect_call_get_running_applications().
atspi_dbus_shell_introspect_call_get_running_applications_sync
Synchronously invokes the GetRunningApplications() D-Bus method on proxy
. The calling thread is blocked until a reply is received.
atspi_dbus_shell_introspect_call_get_windows
Asynchronously invokes the GetWindows() 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_shell_introspect_call_get_windows_finish()
to get the result of the operation.
atspi_dbus_shell_introspect_call_get_windows_finish
Finishes an operation started with atspi_dbus_shell_introspect_call_get_windows().
atspi_dbus_shell_introspect_call_get_windows_sync
Synchronously invokes the GetWindows() D-Bus method on proxy
. The calling thread is blocked until a reply is received.
atspi_dbus_shell_introspect_complete_get_running_applications
Helper function used in service implementations to finish handling invocations of the GetRunningApplications() 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_shell_introspect_complete_get_windows
Helper function used in service implementations to finish handling invocations of the GetWindows() 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_shell_introspect_dup_screen_size
Gets a copy of the “ScreenSize” D-Bus property.
atspi_dbus_shell_introspect_emit_running_applications_changed
Emits the “RunningApplicationsChanged” D-Bus signal.
atspi_dbus_shell_introspect_emit_windows_changed
Emits the “WindowsChanged” D-Bus signal.
atspi_dbus_shell_introspect_get_animations_enabled
Gets the value of the “AnimationsEnabled” D-Bus property.
atspi_dbus_shell_introspect_get_screen_size
Gets the value of the “ScreenSize” D-Bus property.
atspi_dbus_shell_introspect_get_version
Gets the value of the “version” D-Bus property.
atspi_dbus_shell_introspect_set_animations_enabled
Sets the “AnimationsEnabled” D-Bus property to value
.
atspi_dbus_shell_introspect_set_screen_size
Sets the “ScreenSize” D-Bus property to value
.
atspi_dbus_shell_introspect_set_version
Sets the “version” D-Bus property to value
.
Properties
Properties inherited from AtspiDBusShellIntrospect (3)
AtspiDBusShellIntrospect:animations-enabled
Represents the D-Bus property “AnimationsEnabled”.
AtspiDBusShellIntrospect:screen-size
Represents the D-Bus property “ScreenSize”.
AtspiDBusShellIntrospect: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 AtspiDBusShellIntrospect (4)
AtspiDBusShellIntrospect::handle-get-running-applications
Signal emitted when a remote caller is invoking the GetRunningApplications() D-Bus method.
AtspiDBusShellIntrospect::handle-get-windows
Signal emitted when a remote caller is invoking the GetWindows() D-Bus method.
AtspiDBusShellIntrospect::running-applications-changed
On the client-side, this signal is emitted whenever the D-Bus signal “RunningApplicationsChanged” is received.
AtspiDBusShellIntrospect::windows-changed
On the client-side, this signal is emitted whenever the D-Bus signal “WindowsChanged” is received.