Method
AgsPriorityget_value
since: 3.0.0
[−]
Declaration [src]
gchar*
ags_priority_get_value (
AgsPriority* priority,
gchar* group,
gchar* key
)
[−]
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.
[−]
Return value
Type: gchar*
The property’s value.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The value is a NUL terminated UTF-8 string. |