Method

GrlDataremove_nth

since: 0.1.10

Declaration [src]

void
grl_data_remove_nth (
  GrlData* data,
  GrlKeyID key,
  guint index
)

Description [src]

Removes the value at position index for key from data. If there are other keys related to key, their values at position index will also be removed from data.

Available since: 0.1.10

Parameters

key

Type: GrlKeyID

A metadata key.

index

Type: guint

Index of key to be removed, starting at 0