ArrowFunctionDoc

描述

class Arrow.FunctionDoc : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

实例方法

garrow_function_doc_get_arg_names
暂无描述。

since: 6.0.0

garrow_function_doc_get_description
暂无描述。

since: 6.0.0

garrow_function_doc_get_options_class_name
暂无描述。

since: 6.0.0

garrow_function_doc_get_summary
暂无描述。

since: 6.0.0

继承自 GObject 的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.FunctionDoc:doc
暂无描述。

信号

继承自 GObject 的信号 (1)
GObject::notify

当一个对象的属性通过 g_object_set_property(), g_object_set(), et al. 设置值时,会发出 notify 信号。

类结构

struct ArrowFunctionDocClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass
暂无描述。