Method
AgsPriorityset_value
since: 3.0.0
Declaration [src]
void
ags_priority_set_value (
AgsPriority* priority,
gchar* group,
gchar* key,
gchar* value
)
Parameters
group
-
Type:
gchar*
The priority group identifier.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. key
-
Type:
gchar*
The key of the property.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
gchar*
The value to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.