Method

SnapdSystemInformationget_kernel_version

since: 1.11

Declaration [src]

const gchar*
snapd_system_information_get_kernel_version (
  SnapdSystemInformation* system_information
)

Description [src]

Get the version of the kernel snapd is running on, e.g. “4.10.0-15-generic”.

Available since: 1.11

Return value

Type: const gchar*

A version string.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.