Signal
AgsConfig::set-value
since: 3.0.0
Declaration
void
set_value (
AgsConfig* self,
gchar* group,
gchar* key,
gchar* value,
gpointer user_data
)
Description [src]
The ::set-value signal notifies about value been setting.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
Parameters
group
-
Type:
gchar*
The group to apply to.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. key
-
Type:
gchar*
The key to set.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
gchar*
The value to apply.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.