Constructor
GomFunctionExpressionnew
Declaration
GomExpression*
gom_function_expression_new (
const char* name,
GomExpression** arguments,
gsize n_arguments
)
Parameters
name-
Type:
const char*The function name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. arguments-
Type: An array of
NoneArguments.
The argument can be NULL.The length of the array is specified in the n_argumentsargument.The data is owned by the caller of the function. n_arguments-
Type:
gsizeNumber of arguments in
arguments.
Return value
Type: GomExpression
| The caller of the function takes ownership of the data, and is responsible for freeing it. |