librdf_query_set_offset

Name

librdf_query_set_offset --  Set the query-specified offset on results

Synopsis

int librdf_query_set_offset (librdf_query * query, int offset);

Arguments

query

librdf_query query object

offset

offset for results, >=0 to set an offset, <0 to have no offset

Description

This is the offset given in the query on the number of results allowed.

Return value

non-0 on failure