Method

TemplateExprnew_gi_call

Declaration

TmplExpr*
tmpl_expr_new_gi_call (
  TmplExpr* left,
  const gchar* name,
  TmplExpr* params
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
params

Type: TmplExpr

No description available.

The data is owned by the caller of the method.

Return value

Type: TmplExpr

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.