Method

GrlConfigset_binary

since: 0.1.9

Declaration [src]

void
grl_config_set_binary (
  GrlConfig* config,
  const gchar* param,
  const guint8* blob,
  gsize size
)

Description [src]

Set param value.

Available since: 0.1.9

Parameters

param

Type: const gchar*

A binary type parameter.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
blob

Type: const guint8*

A base64 encoded binary value.

The data is owned by the caller of the method.
size

Type: gsize

Size of value.