Document that the gnome.generate_vapi() function can install the .vapi

This commit is contained in:
Sam Thursfield 2017-06-08 18:43:08 +01:00 committed by Jussi Pakkanen
parent 1cc0dc1540
commit 22cfd44221
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ Creates a VAPI file from gir. The first argument is the name of the library.
* `metadata_dirs`: extra directories to include for metadata files
* `gir_dirs`: extra directories to include for gir files
* `vapi_dirs`: extra directories to include for VAPI files
* `install`: if true, install the VAPI file
* `install_dir`: location to install the VAPI file (defaults to datadir/vala/vapi)
Returns a custom dependency that can be included when building other VAPI or Vala binaries.