aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Gnome-module.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-12 14:07:40 +0300
committerGitHub <noreply@github.com>2018-08-12 14:07:40 +0300
commit9b3671e711619505e9bd422cbc328c0078154bc9 (patch)
tree3fdaaa659d9404a7de33aa7ea5db33a5dd42b802 /docs/markdown/Gnome-module.md
parent220f1024b7a759c5d7db1bf2ca50cc3b5d195109 (diff)
parent6ea939dd5fb1401f87b57f72e1479aab3382069c (diff)
downloadmeson-9b3671e711619505e9bd422cbc328c0078154bc9.zip
meson-9b3671e711619505e9bd422cbc328c0078154bc9.tar.gz
meson-9b3671e711619505e9bd422cbc328c0078154bc9.tar.bz2
Merge pull request #4000 from MathieuDuponchelle/gir_multiple_libs
gnome.generate_gir: refactor and allow passing multiple libraries
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r--docs/markdown/Gnome-module.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 6b63f8a..cc85d87 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -67,10 +67,15 @@ executable(
### gnome.generate_gir()
-Generates GObject introspection data. Takes one positional argument,
-the build target you want to build gir data for. There are several
-keyword arguments. Many of these map directly to the `g-ir-scanner`
-tool so see its documentation for more information.
+Generates GObject introspection data.
+
+Takes one or more positional arguments:
+
+Either one or more library objects you want to build gir data for, or a single
+executable object.
+
+There are several keyword arguments. Many of these map directly to the
+`g-ir-scanner` tool so see its documentation for more information.
* `dependencies`: deps to use during introspection scanning
* `extra_args`: command line arguments to pass to gir compiler