Method

GrlConfigset_api_secret

since: 0.1.4

Declaration [src]

void
grl_config_set_api_secret (
  GrlConfig* config,
  const gchar* secret
)

Description [src]

Set the webservice passphrase in the configuration.

Available since: 0.1.4

Parameters

secret

Type: const gchar*

The webservice passphrase.

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