Method

GrlConfigget_string

since: 0.1.5

Declaration [src]

gchar*
grl_config_get_string (
  GrlConfig* config,
  const gchar* param
)

Description

No description available.

Available since: 0.1.5

Parameters

param

Type: const gchar*

A string type paramter.

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

Return value

Type: gchar*

param value.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.