Method
GeglMetadataStoreset_string
Declaration [src]
void
gegl_metadata_store_set_string (
GeglMetadataStore* self,
const gchar* name,
const gchar* string
)
Description [src]
A slightly more efficient version of gegl_metadata_store_set_value()
for string values avoiding a duplication. Otherwise it behaves the same gegl_metadata_store_set_value().