Method
GrlDataadd_binary
since: 0.1.10
Declaration [src]
void
grl_data_add_binary (
GrlData* data,
GrlKeyID key,
const guint8* buf,
gsize size
)
Parameters
key
-
Type:
GrlKeyID
Key to append.
buf
-
Type:
const guint8*
The buffer containing the new value.
The data is owned by the caller of the method. size
-
Type:
gsize
Size of buffer.