aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Wayland-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Wayland-module.md')
-rw-r--r--docs/markdown/Wayland-module.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Wayland-module.md b/docs/markdown/Wayland-module.md
index 345c4e3..353bb6b 100644
--- a/docs/markdown/Wayland-module.md
+++ b/docs/markdown/Wayland-module.md
@@ -50,6 +50,7 @@ generated = wl_mod.scan_xml(
client : true,
server : true,
public : false,
+ core_only : false,
)
```
This function accepts one or more arguments of either string or file type.
@@ -61,6 +62,8 @@ It takes the following keyword arguments:
generated. The default is true.
- `server` Optional arg that specifies if server side header file is
generated. The default is false.
+- `core_only` Optional arg that specifies that generated headers only include
+ wayland-client-core.h instead of wayland-client.h. Since *0.64.0*
**Returns**: a list of [[@custom_tgt]] in the order source, client side header,
server side header. Generated header files have the name