Function
FwupdPluginbyte_array_align_up
since: 1.6.0
Declaration [src]
void
fu_byte_array_align_up (
GByteArray* array,
guint8 alignment,
guint8 data
)
Description [src]
Align a byte array length to a power of 2 boundary, where alignment
is the
bit position to align to. If alignment
is zero then array
is unchanged.
Available since: 1.6.0