Function
FwupdPluginbytes_align
Declaration [src]
GBytes*
fu_bytes_align (
GBytes* bytes,
gsize blksz,
gchar padval
)
Description [src]
Aligns a block of memory to blksize
using the padval
value; if
the block is already aligned then the original bytes
is returned.
Available since: | 1.8.2 |