librdf_storage_register_factory

Name

librdf_storage_register_factory --  Register a storage factory

Synopsis

void librdf_storage_register_factory (librdf_world* world, const char * name, const char * label, void (*factory) (librdf_storage_factory*));

Arguments

world

redland world object

name

the storage factory name

label

the storage factory label

factory

pointer to function to call to register the factory