Method

GrlConfigget_api_key_blob

since: 0.1.9

Declaration [src]

guint8*
grl_config_get_api_key_blob (
  GrlConfig* config,
  gsize* size
)

Description

No description available.

Available since: 0.1.9

Parameters

size

Type: gsize*

Pointer to size of data.

The data is owned by the caller of the method.

Return value

Type: guint8*

The binary API key, size will reflect the size of the buffer.

The data is owned by the instance.