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.
minor gint*
 

The minor version.

 The argument will be set by the function.
micro gint*
 

The micro/patch version.

 The argument will be set by the function.