diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-07-23 16:24:47 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-07-23 16:30:34 +0100 |
commit | 6ba6c174ba9a4fa06d06575e609f2c7bfe3f7d8c (patch) | |
tree | b9a269acf6a9dbfa2c0827d630d1420ca8b99384 | |
parent | 0b64bac3ad24802dd6f47b5e9a7e1a79c2230410 (diff) | |
download | meson-6ba6c174ba9a4fa06d06575e609f2c7bfe3f7d8c.zip meson-6ba6c174ba9a4fa06d06575e609f2c7bfe3f7d8c.tar.gz meson-6ba6c174ba9a4fa06d06575e609f2c7bfe3f7d8c.tar.bz2 |
Document the newly added gnome.genmarshal() argument
-rw-r--r-- | docs/markdown/Gnome-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index d01deaf..3476d34 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -61,7 +61,8 @@ the output files. * `internal`: if true, mark generated sources as internal * `skip_source`: if true, skip source location comments * `valist_marshallers`: if true, generate va_list marshallers - +* `extra_args`: (*Added 0.42.0*) additional command line arguments to pass + to `glib-genmarshal` (*Requires GLib 2.54*) *Added 0.35.0* |