rasqal_variable_set_value

Name

rasqal_variable_set_value --  Set the value of a Rasqal variable

Synopsis

void rasqal_variable_set_value (rasqal_variable* v, rasqal_literal * e);

Arguments

v

the rasqal_variable object

e

the rasqal_literal value to set (or NULL)

Description

The variable value is an input parameter and is copied in, not shared. If the variable value is NULL, any existing value is deleted.