Function
FwupdPluginVolumenew_by_kind
Declaration [src]
GPtrArray*
fu_volume_new_by_kind (
const gchar* kind,
GError** error
)
Parameters
kind |
const gchar* |
A volume kind, typically a GUID. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | An array of FuVolume |
A |
|
The caller of the function takes ownership of the data container, but not the data inside it. |