Function

Grlmetadata_key_list_new

since: 0.2.0

Declaration [src]

GList*
grl_metadata_key_list_new (
  GrlKeyID first_key,
  ...
)

Description [src]

Returns a GList containing the va_list keys. Use #GRL_METADATA_KEY_INVALID to finalize them.

Available since: 0.2.0

This function is not directly available to language bindings.

Parameters

first_key

Type: GrlKeyID

First key.

...

Type: 

Va_list keys.

Return value

Type: A list of gpointer

A GList.

The data is owned by the called function.