Method

GioApplicationget_version

since: 2.80

Declaration

const gchar*
g_application_get_version (
  GApplication* application
)

Description

Gets the version of application.

Available since: 2.80

Return value

Type: const gchar*

The version of application.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.