https://bugs.freedesktop.org/show_bug.cgi?id=82127

--- Comment #1 from Pekka Paalanen <[email protected]> ---
The complication here is that we use enums as plain integers, which means also
individual bits and sets of bits in bitfields.

The attribute would be good for making generated documentation link
automatically to the right enum definitions, but for type safety it is not that
simple. You probably need another attribute somewhere to say whether it is
allowed 'or' the values together, even if the result is not listed in the enum.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to