Method

GrlDataadd_binary

since: 0.1.10

Declaration [src]

void
grl_data_add_binary (
  GrlData* data,
  GrlKeyID key,
  const guint8* buf,
  gsize size
)

Description [src]

Appends a new binary value for key in data.

Available since: 0.1.10

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.