Method

IdeBuildSystemget_project_version

Declaration

gchar*
ide_build_system_get_project_version (
  IdeBuildSystem* self
)

Description

If the build system supports it, gets the project version as configured in the build system’s configuration files.

Return value

Type: gchar*

A string containing the project version.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.