Function

Fwupdversion_string

Declaration [src]

const gchar*
fwupd_version_string (
  void
)

Description [src]

Gets the libfwupd installed runtime version.

This may be different to the build-time version if the daemon and library objects somehow get out of sync.

Available since:1.6.1

Return value

Returns: const gchar*
 

Version string.

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