librdf_list_add

Name

librdf_list_add --  add a data item to the end of a librdf_list

Synopsis

int librdf_list_add (librdf_list* list, void * data);

Arguments

list

librdf_list object

data

the data value

Description

Equivalent to the list 'push' notion, thus if librdf_list_pop is called after this, it will return the value added here.

Return value

non 0 on failure