API Version: 4
Library Version: 4.8.0
Generated by gi-docgen 2025.3
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
Type: char
char
A character to set the byte as.
Type: gint64
gint64
Offset in bytes within the payload.
insert
Type: gboolean
gboolean
TRUE if the operation should be insert mode, FALSE if in overwrite mode.
TRUE
FALSE
undoable
Whether the operation should be undoable.