"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r2569.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_statement_set_predicate

Name

librdf_statement_set_predicate --  Set the statement predicate

Synopsis

void librdf_statement_set_predicate (librdf_statement * statement, librdf_node * node);

Arguments

statement

librdf_statement object

node

librdf_node of predicate

Description

The predicate passed in becomes owned by the statement object and must not be used by the caller after this call.