Method

GrlRegistrylookup_metadata_key

since: 0.2.0

Declaration [src]

GrlKeyID
grl_registry_lookup_metadata_key (
  GrlRegistry* registry,
  const gchar* key_name
)

Description [src]

Look up for the metadata key with name key_name.

Available since: 0.2.0

Parameters

key_name

Type: const gchar*

The key name.

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

Return value

Type: GrlKeyID

The metadata key, or GRL_METADATA_KEY_INVALID if not found.