Constructor
FwupdPluginChunkbytes_new
Declaration [src]
FuChunk*
fu_chunk_bytes_new (
GBytes* bytes
)
Parameters
bytes |
GBytes* |
Data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | FuChunk |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |