![]() |
![]() |
![]() |
![]() |
TmplExpr * tmpl_symbol_get_expr (TmplSymbol *self
,GPtrArray **params
);
void tmpl_symbol_assign_string (TmplSymbol *self
,const gchar *v_string
);
void tmpl_symbol_assign_object (TmplSymbol *self
,gpointer v_object
);
Sets the value to the object v_object
.
void tmpl_symbol_assign_expr (TmplSymbol *self
,TmplExpr *expr
,GPtrArray *args
);
Sets the symbol as a TMPL_SYMBOL_EXPR
with the given ordered and
named parameters.
[skip]
self |
A TmplSymbol. |
|
expr |
An expression to assign, or |
[nullable] |