"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r13774.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_uri_to_filename

Name

librdf_uri_to_filename --  Return pointer to filename of URI

Synopsis

const char* librdf_uri_to_filename (librdf_uri* uri);

Arguments

uri

librdf_uri object

Description

Returns a pointer to a newly allocated buffer that the caller must free. This will fail if the URI

is not a file

URI. This can be checked with librdf_uri_is_file_uri

Return value

pointer to filename or NULL on failure