diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-23 19:35:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 19:35:06 +0300 |
commit | 3bb1ba873b2e8cfd3be0d7c498e166c4817a0dce (patch) | |
tree | 41e475b4044f2cb17d0ca691f42ce748d4d0440d /docs | |
parent | 094c8dc250167f8fe7789c4014014691e89d80cd (diff) | |
parent | 6ba6c174ba9a4fa06d06575e609f2c7bfe3f7d8c (diff) | |
download | meson-3bb1ba873b2e8cfd3be0d7c498e166c4817a0dce.zip meson-3bb1ba873b2e8cfd3be0d7c498e166c4817a0dce.tar.gz meson-3bb1ba873b2e8cfd3be0d7c498e166c4817a0dce.tar.bz2 |
Merge pull request #2049 from ebassi/genmarshal-next
Support glib-genmarshal from GLib 2.54
Diffstat (limited to 'docs')
-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* |