Function
Atspiget_version
Declaration [src]
void
atspi_get_version (
gint* major,
gint* minor,
gint* micro
)
Description [src]
Returns the version of the AT-SPI library being used at runtime.
| Available since: | 2.50 |
Parameters
major |
gint* |
The major version. |
|
| The argument will be set by the function. | |
| The called function takes ownership of the data, and is responsible for freeing it. | |
minor |
gint* |
The minor version. |
|
| The argument will be set by the function. | |
| The called function takes ownership of the data, and is responsible for freeing it. | |
micro |
gint* |
The micro/patch version. |
|
| The argument will be set by the function. | |
| The called function takes ownership of the data, and is responsible for freeing it. |