diff options
author | Günther Wutz <info@gunibert.de> | 2017-05-06 16:04:20 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-07 12:10:22 +0200 |
commit | 63c4c54a64fb8da685c6569f4cea82ee9718e4bc (patch) | |
tree | 17f1765df148cc1151389d5aeb9199ce15fd77af | |
parent | 69c5931a8d5c714f2cbc717e372c5170531d879e (diff) | |
download | meson-63c4c54a64fb8da685c6569f4cea82ee9718e4bc.zip meson-63c4c54a64fb8da685c6569f4cea82ee9718e4bc.tar.gz meson-63c4c54a64fb8da685c6569f4cea82ee9718e4bc.tar.bz2 |
Updated gnome module command
-rw-r--r-- | docs/markdown/Gnome-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 4b33bba..079dfcb 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -103,7 +103,7 @@ Compiles the given XML schema into gdbus source code. Takes two positional argum Returns an opaque object containing the source files. Add it to a top level target's source list. -### gnome.compile_vapi() +### gnome.generate_vapi() Creates a VAPI file from gir. The first argument is the name of the library. |