Struct
TemplateScope
since: 1.0
Instance methods
tmpl_scope_new_with_parent
Creates a new scope to contain variables and custom expressions,
If parent is set, the parent scope will be inherited.
since: 1.0
tmpl_scope_set_boolean
Sets the value of the symbol named name to a gboolean value of value.
since: 1.0
tmpl_scope_set_double
Sets the value of the symbol named name to a gdouble value of value.
since: 1.0
tmpl_scope_set_string
Sets the value of the symbol named name to a string matching value.
since: 1.0