Function

Grlmetadata_key_get_name

since: 0.1.6

Declaration [src]

const gchar*
grl_metadata_key_get_name (
  GrlKeyID key
)

Description [src]

Retrieves the name associated with the key.

Available since: 0.1.6

Parameters

key

Type: GrlKeyID

Key to look up.

Return value

Type: const gchar*

The name of the key.

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