Method
AtspiTextget_text_before_offset
Declaration [src]
AtspiTextRange*
atspi_text_get_text_before_offset (
AtspiText* obj,
gint offset,
AtspiTextBoundaryType type,
GError** error
)
Parameters
offset |
gint |
A #gint indicating the offset from which the delimiter search is based. |
|
type |
AtspiTextBoundaryType |
An |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | AtspiTextRange |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |