diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-10-07 14:19:17 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-08 08:24:43 -0700 |
| commit | 2379d727daaa5af8062cc12bbafcf44bdb6d1925 (patch) | |
| tree | 035c691daace65c2fd0390bdb39cd68526318651 /docs | |
| parent | f80f27c140b3630e7a9fdae13f62d7a0021f3fff (diff) | |
| download | meson-2379d727daaa5af8062cc12bbafcf44bdb6d1925.tar.gz | |
docs: Add vala_header, vala_vapi, and vala_gir to build_target docs
Which have existed for a *long* time, but are only documented in the
Vala docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index b952170df..8d20e3d41 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -328,3 +328,25 @@ kwargs: This allows renaming similar to the dependency renaming feature of cargo or `extern crate foo as bar` inside rust code. + + vala_header: + type: str + description: | + On Vala targets, this provides a way to override the name of the generated + C compatible header for targets that generate them. + + If it is not set the default will be calculated from the target's name. + + vala_vapi: + type: str + description: | + On Vala targets, this provides a way to override the name of the generated + VAPI file. + + If it is not set the default will be calculated from the target's name. + + vala_gir: + type: str + description: | + If set, generates a GIR file with the given name. If this is unset then + no GIR file will be generated. |
