Method
ClapperHarvesttags_add_value
since: 0.8
Declaration [src]
void
clapper_harvest_tags_add_value (
ClapperHarvest* harvest,
const gchar* tag,
const GValue* value
)
Description [src]
Append another tag into the tag list using GValue
.
Available since: 0.8
This method is renamed to clapper_harvest_tags_add()
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. value
-
Type:
GValue
A
GValue
of tag.The data is owned by the caller of the method.