librdf_new_hash_from_string

Name

librdf_new_hash_from_string --  Constructor - create a new librdf_hash object from a string

Synopsis

librdf_hash* librdf_new_hash_from_string (librdf_world * world, const char * name, const char * string);

Arguments

world

redland world object

name

hash name

string

hash encoded as a string

Description

See librdf_hash_from_string for the string format.

Return value

a new librdf_hash object or NULL on failure