Virtual Method
GeglMetadataStoreregister_hook
Declaration [src]
void
register_hook (
GeglMetadataStore* self,
const gchar* file_module_name,
guint flags
)
Description [src]
This method is called after a file loader or saver registers a GeglMetadataMap
and before any further processing takes place. It is
intended to allow an application to create further application-specific
mappings using gegl_metadata_store_register(). GeglMetadataStore
provides
a default method which emits the ::mapped
signal.