Method
GrlDataset_binary
since: 0.1.9
Declaration [src]
void
grl_data_set_binary (
GrlData* data,
GrlKeyID key,
const guint8* buf,
gsize size
)
Description [src]
Sets the first binary value associated with key
in data
. If key
already
has a first value old value is replaced by the new one.
Available since: 0.1.9
Parameters
key
-
Type:
GrlKeyID
Key to change or add.
buf
-
Type:
const guint8*
Buffer holding the data.
The data is owned by the caller of the method. size
-
Type:
gsize
Size of the buffer.