Method
HexDocumentset_nibble
Declaration
void
hex_document_set_nibble (
HexDocument* doc,
char val,
gint64 offset,
gboolean lower_nibble,
gboolean insert,
gboolean undoable
)
Parameters
val |
char |
A character to set the nibble as. |
|
offset |
gint64 |
Offset in bytes within the payload. |
|
lower_nibble |
gboolean |
|
|
insert |
gboolean |
|
|
undoable |
gboolean |
Whether the operation should be undoable. |