librdf_new_hash_from_array_of_strings

Name

librdf_new_hash_from_array_of_strings --  Constructor - create a new librdf_hash object from an array of strings

Synopsis

librdf_hash* librdf_new_hash_from_array_of_strings (librdf_world * world, const char * name, const char ** array);

Arguments

world

redland world object

name

hash name

array

address of the start of the array of char* pointers

Return value

a new librdf_hash object or NULL on failure