Constructor
FwupdPluginArchivenew_stream
Declaration [src]
FuArchive*
fu_archive_new_stream (
GInputStream* stream,
FuArchiveFlags flags,
GError** error
)
Description [src]
Parses stream as an archive and decompresses all files to memory blobs.
| Available since: | 2.0.0 |
Parameters
stream |
GInputStream |
A |
|
| The data is owned by the caller of the function. | |
flags |
FuArchiveFlags |
Archive flags, e.g. |
|
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | FuArchive |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |