Method
AgsConfigload_from_data
since: 3.0.0
[−]
Declaration [src]
void
ags_config_load_from_data (
AgsConfig* config,
char* buffer,
gsize buffer_length
)
[−]
Parameters
buffer
-
Type:
char*
The data buffer.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. buffer_length
-
Type:
gsize
The size of the buffer.