Method

GeglMetadataStoreregister

Declaration [src]

void
gegl_metadata_store_register (
  GeglMetadataStore* self,
  const gchar* local_name,
  const gchar* name,
  GValueTransform transform
)

Description

No description available.

Parameters

local_name const gchar*
 

Metadata name known to file module.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
name const gchar*
 

Metadata name.

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

A GValueTransform function or NULL.