Method

FwupdPluginEfiLoadOptionset_optional_path

Declaration [src]

gboolean
fu_efi_load_option_set_optional_path (
  FuEfiLoadOption* self,
  const gchar* optional_path,
  GError** error
)

Description [src]

Sets UTF-16 optional data from a path. If required, a leading backslash will be added.

Available since:1.9.3

Parameters

optional_path const gchar*
 

UTF-8 path.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.