Function

Gpiodglibapi_version

since: 1.0

Declaration

const gchar*
gpiodglib_api_version (
  void
)

Description

Get the API version of the library as a human-readable string.

Available since: 1.0

Return value

Type: const gchar*

A valid pointer to a human-readable string containing the library version. The pointer is valid for the lifetime of the program and must not be freed by the caller.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.