doc: Fix wayland release notes

The core_only kwarg got renamed to include_core_only.
pull/10879/head
Xavier Claessens 2 years ago committed by Eli Schwartz
parent e574eba0a5
commit 8e0bf28ba6
  1. 4
      docs/markdown/snippets/wayland_scan_xml_core_only_arg.md

@ -1,5 +1,5 @@
## Added core_only arg to wayland.scan_xml. ## Added `include_core_only` arg to wayland.scan_xml.
The `scan_xml` function from the wayland module now has an optional bool The `scan_xml` function from the wayland module now has an optional bool
argument `core_only`, so that headers generated by wayland-scanner now argument `include_core_only`, so that headers generated by wayland-scanner now
only include `wayland-client-core.h` instead of `wayland-client.h`. only include `wayland-client-core.h` instead of `wayland-client.h`.

Loading…
Cancel
Save