Method

GrlConfigget_binary

since: 0.1.9

Declaration [src]

guint8*
grl_config_get_binary (
  GrlConfig* config,
  const gchar* param,
  gsize* size
)

Description [src]

Gets the value of param encoded as base64. If size is not NULL, it puts there the size of the 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.
size

Type: gsize*

Place for size of value.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: guint8*

param value.

The data is owned by the instance.