Method

FwupdPluginContextget_udev_subsystems

Declaration [src]

GPtrArray*
fu_context_get_udev_subsystems (
  FuContext* self
)

Description [src]

Gets the udev subsystems required by all plugins.

Available since:1.6.0

Return value

Returns: An array of utf8
 

List of subsystems.

 The caller of the method takes ownership of the data container, but not the data inside it.
 Each element is a NUL terminated UTF-8 string.