Function
FwupdPlugincommon_cab_build_silo
Declaration [src]
XbSilo*
fu_common_cab_build_silo (
GBytes* blob,
guint64 size_max,
GError** error
)
Parameters
blob |
GBytes |
A readable blob. |
|
| The data is owned by the caller of the function. | |
size_max |
guint64 |
The maximum size of the archive. |
|
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | XbSilo |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |