Method
AtspiDBusShellIntrospectget_screen_size
Declaration [src]
GVariant*
atspi_dbus_shell_introspect_get_screen_size (
AtspiDBusShellIntrospect* object
)
Description [src]
Gets the value of the “ScreenSize” D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object
was constructed. Use atspi_dbus_shell_introspect_dup_screen_size()
if on another thread.
This method is not directly available to language bindings.
Gets property | Atspi.DBusShellIntrospect:screen-size |
Return value
Type: GVariant
The property value or NULL
if the property is not set. Do not free the returned value, it belongs to object
.
The data is owned by the instance. |
The return value can be NULL . |