Constructor

ArrowCallExpressionnew

Declaration [src]

GArrowCallExpression*
garrow_call_expression_new (
  const gchar* function,
  GList* arguments,
  GArrowFunctionOptions* options
)

Description

No description available.
Available since:6.0.0

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 GArrowFunctionOptions for the called function.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: GArrowCallExpression
 

A newly created GArrowCallExpression.

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