summaryrefslogtreecommitdiff
path: root/docs/yaml/objects
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-06-16 08:46:14 -0700
committerDylan Baker <dylan@pnwbakers.com>2025-10-08 10:42:41 -0700
commit6c05dabc47389f471c435394c13981d92f288d9b (patch)
tree64ac07e72bd78247b6984f4e9d73b8e9fecb459b /docs/yaml/objects
parenta5094a134aa8b2a971153ed8446f27d986f476e7 (diff)
downloadmeson-6c05dabc47389f471c435394c13981d92f288d9b.tar.gz
vala: Add method to build_target to get generated vapi file
Same as the previous, but for VAPI
Diffstat (limited to 'docs/yaml/objects')
-rw-r--r--docs/yaml/objects/build_tgt.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/objects/build_tgt.yaml b/docs/yaml/objects/build_tgt.yaml
index 7229de590..da64a469e 100644
--- a/docs/yaml/objects/build_tgt.yaml
+++ b/docs/yaml/objects/build_tgt.yaml
@@ -85,3 +85,11 @@ methods:
Returns a [[@file]] object pointing to a C compatible header generated by
the vala compiler, if this target does not generate a vala header then it is
an error to call this method.
+
+- name: vala_vapi
+ returns: file
+ since: 1.10.0
+ description: |
+ Returns a [[@file]] object pointing to a VAPI header generated by the vala
+ compiler, if this target does not generate a VAPI file then it is an error
+ to call this method.