librdf_uri_to_string

Name

librdf_uri_to_string --  Format the URI as a string

Synopsis

char* librdf_uri_to_string (librdf_uri* uri);

Arguments

uri

librdf_uri object

Note

this method allocates a new string since this is a _to_ method and the caller must free the resulting memory.

Return value

string representation of the URI or NULL on failure