方法

GtkBitsetunion

声明 [来源]

void
gtk_bitset_union (
  GtkBitset* self,
  const GtkBitset* other
)

描述 [来源]

self 设置为 selfother 的并集。

这意味着将 other 中的所有值(原本不属于 self)添加到 self 中。

selfother 可以是同一个 bitset。在这种情况下不会发生任何操作。

参数

other

类型: GtkBitset

要与之并集的 GtkBitset

这些数据由方法的调用者所有。