ArrowSplitPatternOptions

描述

class Arrow.SplitPatternOptions : Arrow.FunctionOptions {
  parent_instance: GArrowFunctionOptions
}
没有可用的描述。

构造函数

garrow_split_pattern_options_new
没有可用的描述。

since: 16.0.0

实例方法

GArrowFunctionOptions 继承的方法 (2)
garrow_function_options_equal
没有可用的描述。

since: 7.0.0

garrow_function_options_to_string
没有可用的描述。

since: 7.0.0

GObject 继承的方法 (43)

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

属性

Arrow.SplitPatternOptions:max-splits
没有可用的描述。

Arrow.SplitPatternOptions:pattern

要分割的确切子字符串。

since: 16.0.0

Arrow.SplitPatternOptions:reverse

从字符串末尾开始分割 (仅在 max_splits != -1 时相关)

since: 16.0.0

信号

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

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

类结构

struct ArrowSplitPatternOptionsClass {
  GArrowFunctionOptionsClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowFunctionOptionsClass
没有可用的描述。