From 2e63336bf3e58eb3364bd8f7eedddbbc40ee6f69 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 16 Jun 2025 08:46:52 -0700 Subject: vala: Add method to get generated GIR from a build_target Fixes: #2296 Fixes: #4481 Fixes: #5968 --- docs/yaml/objects/build_tgt.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/yaml') diff --git a/docs/yaml/objects/build_tgt.yaml b/docs/yaml/objects/build_tgt.yaml index da64a469e..3fed56c43 100644 --- a/docs/yaml/objects/build_tgt.yaml +++ b/docs/yaml/objects/build_tgt.yaml @@ -93,3 +93,11 @@ methods: 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. + +- name: vala_gir + returns: file + since: 1.10.0 + description: | + Returns a [[@file]] object pointing to a GIR file generated by the vala + compiler, if this target does not generate a GIR file then it is an error + to call this method. -- cgit v1.2.3