方法

ArrowFunctionDocget_description

始于:6.0.0

声明 [src]

gchar*
garrow_function_doc_get_description (
  GArrowFunctionDoc* doc
)

描述

没有可用的描述。

可用版本:6.0.0

返回值

类型: gchar*

函数的详细描述,用于跟随摘要。

不再需要时,应使用 g_free() 释放它。

该方法的调用者拥有数据的所有权,并负责释放它。
该值是一个以 NUL 结尾的 UTF-8 字符串。