FoExpression
FoExpression
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── FoObject
╰── FoDatatype
╰── FoExpression
Functions
fo_expression_new ()
FoDatatype *
fo_expression_new (void
);
Creates a new FoExpression initialized to default value.
fo_expression_get_value ()
gchar *
fo_expression_get_value (FoDatatype *expression
);
fo_expression_set_value ()
void
fo_expression_set_value (FoDatatype *expression
,
const gchar *new_value
);
Types and Values
FoExpression
typedef struct _FoExpression FoExpression;
FoExpressionClass
typedef struct _FoExpressionClass FoExpressionClass;
Property Details
The “value”
property
“value” char *
Expression value.
Owner: FoExpression
Flags: Read / Write
Default value: NULL