API Version: 4
Library Version: 4.8.0
Generated by gi-docgen 2025.3
char* hex_buffer_get_data ( HexBuffer* self, gint64 offset, size_t len )
Get data of a particular size at a particular offset within the buffer.
offset
Type: gint64
gint64
Offset position of the data being requested within the payload.
len
Type: size_t
size_t
Size in bytes of the requested data.
Type: char*
char*
A pointer to the data requested, to be freed with g_free().