Function

FwupdPlugincommon_get_kernel_cmdline

Declaration [src]

gchar*
fu_common_get_kernel_cmdline (
  void
  GError** error
)

Description [src]

Returns the current kernel command line options.

Available since:1.5.6

Return value

Returns: gchar*
 

Options as a string, or NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.