librdf_model_register_factory

Name

librdf_model_register_factory --  Register a model factory

Synopsis

void librdf_model_register_factory (librdf_world * world, const char * name, void (*factory) (librdf_model_factory*));

Arguments

world

redland world object

name

the model factory name

factory

pointer to function to call to register the factory