Function
TemplateExprnew_stmt_list
since: 3.36
Description
Creates a new statement list for which the last item will be used as the “return value” from execution.
Available since: 3.36
Parameters
stmts-
Type: An array of
TmplExpr*A
GPtrArrayofTmplExprwhich will be evaluated in sequence.The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: TmplExpr
A new TmplExpr.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |