Function
Agsglobals_set
since: 3.0.0
Declaration [src]
void
ags_globals_set (
gchar* key,
GValue* value
)
Parameters
key
-
Type:
gchar*
The key as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
GValue
The
GValue
-struct.The data is owned by the caller of the function.