Method
HexDocumentset_nibble
Declaration
void
hex_document_set_nibble (
  HexDocument* doc,
  char val,
  gint64 offset,
  gboolean lower_nibble,
  gboolean insert,
  gboolean undoable
)
Parameters
- val
- 
            Type: charA character to set the nibble as. 
- offset
- 
            Type: gint64Offset in bytes within the payload. 
- lower_nibble
- 
            Type: gbooleanTRUEif targetting the lower nibble (2nd hex digit)FALSEif targetting the upper nibble (1st hex digit)
- insert
- 
            Type: gbooleanTRUEif the operation should be insert mode,FALSEif in overwrite mode.
- undoable
- 
            Type: gbooleanWhether the operation should be undoable.