Method

AgsPriorityget_value

since: 3.0.0

Declaration [src]

gchar*
ags_priority_get_value (
  AgsPriority* priority,
  gchar* group,
  gchar* key
)

Description [src]

Retrieve priority by group and key.

Available since: 3.0.0

Parameters

group

Type: gchar*

The priority group identifier.

The data is owned by the caller of the function.
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 function.
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 data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.