Method
FwupdPluginFdtImageget_attr_u32
Declaration [src]
gboolean
fu_fdt_image_get_attr_u32 (
FuFdtImage* self,
const gchar* key,
guint32* val,
GError** error
)
Parameters
key |
const gchar* |
String, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
val |
guint32* |
Value. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |