Constructor
ArrowCallExpressionnew
Declaration [src]
GArrowCallExpression*
garrow_call_expression_new (
const gchar* function,
GList* arguments,
GArrowFunctionOptions* options
)
Parameters
function |
const gchar* |
A name of function to be called. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arguments |
A list of None |
Arguments of this call. |
|
The data is owned by the caller of the function. | |
options |
GArrowFunctionOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GArrowCallExpression |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |