Method
AtspiTextget_selection
Declaration [src]
AtspiRange*
atspi_text_get_selection (
AtspiText* obj,
gint selection_num,
GError** error
)
Description [src]
Gets the bounds of the selection_num-th active text selection for an
AtspiText object.
Parameters
selection_num |
gint |
A #gint indicating which selection to query. |
|
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | AtspiRange |
| No description available. | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |