Method

GrlConfighas_param

since: 0.1.8

Declaration [src]

gboolean
grl_config_has_param (
  GrlConfig* config,
  const gchar* param
)

Description

No description available.

Available since: 0.1.8

Parameters

param

Type: const gchar*

The param.

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

Return value

Type: gboolean

TRUE if params has a defined value within config, FALSE otherwise.