From 8e0bf28ba66cddf75b713593d3ac515093946ec9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 29 Sep 2022 13:39:44 -0400 Subject: doc: Fix wayland release notes The core_only kwarg got renamed to include_core_only. --- docs/markdown/snippets/wayland_scan_xml_core_only_arg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md b/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md index 59f4e1b..9778421 100644 --- a/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md +++ b/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 -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`. -- cgit v1.1