summaryrefslogtreecommitdiff
path: root/docs/yaml/objects
diff options
context:
space:
mode:
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.