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