Function

Grlmetadata_key_get_desc

since: 0.1.6

Declaration [src]

const gchar*
grl_metadata_key_get_desc (
  GrlKeyID key
)

Description [src]

Retrieves the description associated with the key.

Available since: 0.1.6

Parameters

key

Type: GrlKeyID

Key to look up.

Return value

Type: const gchar*

The description of the key.

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