Arrow函数(Function)

描述

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

祖先

函数

garrow_function_all
暂无描述。

自:7.0.0

garrow_function_find
暂无描述。

自:1.0.0

实例方法

garrow_function_equal
暂无描述。

自:7.0.0

garrow_function_execute
暂无描述。

自:1.0.0

garrow_function_get_default_options
暂无描述。

自:7.0.0

garrow_function_get_doc
暂无描述。

自:6.0.0

garrow_function_get_name
暂无描述。

自:7.0.0

garrow_function_get_options_type
暂无描述。

自:7.0.0

garrow_function_to_string
暂无描述。

自:7.0.0

GObject 继承的方法 (43)

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

属性

Arrow.Function:function
暂无描述。

信号

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

当对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

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