Enum

class pywayland.scanner.enum.Enum(name: str, since: str | None, is_bitfield: bool, description: Description | None, entry: list[Entry])

Scanner for enum objects

Required attributes: name and since

Child elements: description and entry

output(printer: pywayland.scanner.printer.Printer) → None

Generate the output for the enum to the printer