Function

FwupdPluginkernel_set_firmware_search_path

Declaration [src]

gboolean
fu_kernel_set_firmware_search_path (
  const gchar* path,
  GError** error
)

Description [src]

Writes path to the FU_PATH_KIND_FIRMWARE_SEARCH.

Available since:1.8.2

Parameters

path const gchar*
 

NUL-terminated string.

 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
 

TRUE if successful.