Method

AgsConfigto_data

since: 3.0.0

Declaration [src]

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

Description [src]

Save configuration.

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.

The data is owned by the caller of the function.