Method

GrlConfigset_api_token

since: 0.1.4

Declaration [src]

void
grl_config_set_api_token (
  GrlConfig* config,
  const gchar* token
)

Description [src]

Set the webservice API token in the configuration.

Available since: 0.1.4

Parameters

token

Type: const gchar*

The API token.

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