Method

AgsConfigload_from_file

since: 3.0.0

Declaration [src]

void
ags_config_load_from_file (
  AgsConfig* config,
  gchar* filename
)

Description [src]

Load configuration from filename.

Available since: 3.0.0

Parameters

filename

Type: gchar*

The configuration file.

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