mir_wayland_generator - Generate Mir-style C++ wrappers from a Wayland protocol description
Contents
Description
Generate C++ stubs to make developing the server-side implementation of Wayland protocols easier.
mir_wayland_generator expects the following command line input:
prefix: the name prefix which will be removed, such as 'wl_'; to not use a prefix, use _ or
anything that won't match the start of a name
input: the input xml file path
mode: 'header' or 'source'
Name
mir_wayland_generator - Generate Mir-style C++ wrappers from a Wayland protocol description
Synopsis
mir_wayland_generator<prefix><input><mode>
