| xmlroff Reference Manual |
|---|
fo-expression —
struct FoExpression; struct FoExpressionClass; FoDatatype* fo_expression_new (void);gchar * fo_expression_get_value (FoDatatype *expression); void fo_expression_set_value (FoDatatype *expression, constgchar *new_value);
GObject +----FoObject +----FoDatatype +----FoExpression
"value"gchararray : Read / Write
FoDatatype* fo_expression_new (void);
Creates a new FoExpression initialized to default value.
| Returns : | the new FoExpression |
gchar * fo_expression_get_value (FoDatatype *expression);
| expression : | |
| Returns : |
void fo_expression_set_value (FoDatatype *expression, constgchar *new_value);
| expression : | |
| new_value : |
| << fo-error | fo-id >> |