librdf_world_set_uris_hash

Name

librdf_world_set_uris_hash --  Set the hash object to use for URI class

Synopsis

void librdf_world_set_uris_hash (librdf_world* world, librdf_hash* uris_hash);

Arguments

world

redland world object

uris_hash

librdf_hash* hash

Description

If a uris_hash is given, that is passed to the URIs class initialisation and used to store hashes rather than the default one, currently an in memory hash. See librdf_init_uri for details.