函数

ArrowFunctionfind

始于: 1.0.0

声明 [src]

GArrowFunction*
garrow_function_find (
  const gchar* name
)

描述

没有可用的描述。

可用版本: 1.0.0

参数

name

类型: const gchar*

要查找的函数名称。

数据由函数的调用者拥有。
该值是一个以 NUL 结尾的 UTF-8 字符串。

返回值

类型: GArrowFunction

找到的 GArrowFunction,如果未找到,则为 NULL

函数的调用者拥有该数据的所有权,并负责释放它。