Function

Fwupdinstall_flags_to_string

Declaration [src]

const gchar*
fwupd_install_flags_to_string (
  FwupdInstallFlags install_flags
)

Description [src]

Converts an install flag to text.

Available since:2.0.0

Parameters

install_flags FwupdInstallFlags
 

A FwupdInstallFlags, e.g. FWUPD_INSTALL_FLAG_FORCE.

Return value

Returns: const gchar*
 

A string, e.g. force, or NULL if not known.

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