librdf_query_register_factory

Name

librdf_query_register_factory --  Register a query factory

Synopsis

void librdf_query_register_factory (librdf_world * world, const char * name, librdf_uri * uri, void (*factory) (librdf_query_factory*));

Arguments

world

redland world object

name

the query language name

uri

the query language URI (or NULL if none)

factory

pointer to function to call to register the factory