Function
Atspiget_desktop
Declaration [src]
AtspiAccessible*
atspi_get_desktop (
gint i
)
Description [src]
Gets the virtual desktop indicated by index i
.
NOTE: currently multiple virtual desktops are not implemented;
as a consequence, any i
value different from 0 will not return a
virtual desktop - instead it will return NULL.
Return value
Returns: | AtspiAccessible |
A pointer to the |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |