Function

Agsglobals_get

since: 3.0.0

Declaration [src]

GValue*
ags_globals_get (
  gchar* key
)

Description [src]

Get global value for key.

Available since: 3.0.0

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.

Return value

Type: GValue

The GValue-struct if key found, otherwise NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.