Method
AgsConfigto_data
since: 3.0.0
[−]
Declaration [src]
void
ags_config_to_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.
The data is owned by the caller of the method.