Virtual Method

AgsPriorityset_value

since: 3.0.0

Declaration [src]

void
set_value (
  AgsPriority* priority,
  gchar* group,
  gchar* key,
  gchar* value
)

Description [src]

Set priority by group and key, applying value.

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.
value

Type: gchar*

The value to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.