建構子
ArrowCallExpressionnew
始於版本:6.0.0
宣告 [src]
GArrowCallExpression*
garrow_call_expression_new (
const gchar* function,
GList* arguments,
GArrowFunctionOptions* options
)
參數
函式
-
類型:
const gchar*
要呼叫的函式名稱。
資料的所有權屬於函式的呼叫者。 此值為 NUL 終止的 UTF-8 字串。 參數
-
類型:
None
的列表此呼叫的參數。
資料的所有權屬於函式的呼叫者。 選項
-
用於被呼叫函式的
GArrowFunctionOptions
。此參數可為 NULL
。資料的所有權屬於函式的呼叫者。