DATALIST_FLAGS_MASK

const val DATALIST_FLAGS_MASK: Int = 3

A bitmask that restricts the possible flags passed to g_datalist_set_flags(). Passing a flags value where flags & ~G_DATALIST_FLAGS_MASK != 0 is an error.