librdf_node_set_uri

Name

librdf_node_set_uri --  Set the URI of the node

Synopsis

int librdf_node_set_uri (librdf_node* node, librdf_uri * uri);

Arguments

node

the node object

uri

the uri object

Description

The URI passed in becomes owned by the node object and will be freed by the node on destruction.

Return value

non 0 on failure