Method

AgsConfigload_from_data

since: 3.0.0

Declaration [src]

void
ags_config_load_from_data (
  AgsConfig* config,
  char* buffer,
  gsize buffer_length
)

Description [src]

Read configuration in memory.

Available since: 3.0.0

Parameters

buffer

Type: char*

The data buffer.

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

Type: gsize

The size of the buffer.