API Version: 4
Library Version: 4.2.0
void hex_document_set_byte ( HexDocument* doc, char val, gint64 offset, gboolean insert, gboolean undoable )
Set a particular byte of a HexDocument at position offset within the payload.
HexDocument
offset
val
char
A character to set the byte as.
gint64
Offset in bytes within the payload.
insert
gboolean
TRUE if the operation should be insert mode, FALSE if in overwrite mode.
TRUE
FALSE
undoable
Whether the operation should be undoable.