Function

Clapperget_version_s

since: 0.10

Declaration [src]

const gchar*
clapper_get_version_s (
  void
)

Description [src]

Clapper runtime version as string

This returns the Clapper library version your code is running against unlike CLAPPER_VERSION_S which represents compile time version.

Available since: 0.10

Return value

Type: const gchar*

The version of the Clapper library as string.

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