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, const unsigned char * uri_string, void (*factory) (librdf_query_factory*));

Arguments

world

redland world object

name

the query language name

uri_string

the query language URI string (or NULL if none)

factory

pointer to function to call to register the factory