Function

ClapperGtkget_version_s

unstable since: 0.10

Declaration [src]

const gchar*
clapper_gtk_get_version_s (
  void
)

Description [src]

ClapperGtk runtime version as string

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

Available since: 0.10

Return value

Type: const gchar*

The version of the ClapperGtk library as string.

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