Method

ClapperHarvesttags_add

since: 0.8

Declaration [src]

void
clapper_harvest_tags_add (
  ClapperHarvest* harvest,
  const gchar* tag,
  ...
)

Description [src]

Append one or more tags into the tag list.

Variable arguments should be in the form of tag and value pairs.

Available since: 0.8

This method is not directly available to language bindings.

The implementation of this method is provided by clapper_harvest_tags_add_value() in language bindings.

Parameters

tag

Type: const gchar*

A name of tag to set.

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

Type: 

NULL-terminated list of arguments.