Document that the gnome.generate_vapi() function can install the .vapi
This commit is contained in:
parent
1cc0dc1540
commit
22cfd44221
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue