From 2379d727daaa5af8062cc12bbafcf44bdb6d1925 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 7 Oct 2025 14:19:17 -0700 Subject: 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. --- docs/yaml/functions/_build_target_base.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3