diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-06-16 08:46:52 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-08 10:42:41 -0700 |
| commit | 2e63336bf3e58eb3364bd8f7eedddbbc40ee6f69 (patch) | |
| tree | 36263b00ad974ffb9f4cd497afe5aa6e3625a3bb /docs/yaml | |
| parent | 6c05dabc47389f471c435394c13981d92f288d9b (diff) | |
| download | meson-2e63336bf3e58eb3364bd8f7eedddbbc40ee6f69.tar.gz | |
vala: Add method to get generated GIR from a build_target
Fixes: #2296
Fixes: #4481
Fixes: #5968
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/objects/build_tgt.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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. |
