建構子

ArrowCallExpressionnew

始於版本:6.0.0

宣告 [src]

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

描述

尚無描述。

自版本 6.0.0 起可用

參數

函式

類型: const gchar*

要呼叫的函式名稱。

資料的所有權屬於函式的呼叫者。
此值為 NUL 終止的 UTF-8 字串。
參數

類型: None 的列表

此呼叫的參數。

資料的所有權屬於函式的呼叫者。
選項

類型: GArrowFunctionOptions

用於被呼叫函式的 GArrowFunctionOptions

此參數可為 NULL
資料的所有權屬於函式的呼叫者。

回傳值

類型: GArrowCallExpression

新建立的 GArrowCallExpression

函式的呼叫者取得資料的所有權,並負責釋放記憶體。