Virtual Method

AgsConfigget_value

since: 3.0.0

Declaration [src]

gchar*
get_value (
  AgsConfig* config,
  gchar* group,
  gchar* key
)

Description [src]

Retrieve config by group and key.

Available since: 3.0.0

Parameters

group

Type: gchar*

The config group identifier.

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

Type: gchar*

The key of the property.

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

Return value

Type: gchar*

The property’s value.

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