diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2018-05-31 11:23:27 +1200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-08 12:36:50 +0000 |
commit | 375dcd546a315653f470b74f99fdd103d6b30373 (patch) | |
tree | f41392c4281aaf03b6d24c8f910e7bd6bf9520dc /docs/markdown/Gnome-module.md | |
parent | df6909a83c2ca8bdbfde3f3fd592818afd9e29e7 (diff) | |
download | meson-375dcd546a315653f470b74f99fdd103d6b30373.zip meson-375dcd546a315653f470b74f99fdd103d6b30373.tar.gz meson-375dcd546a315653f470b74f99fdd103d6b30373.tar.bz2 |
gdbus_codegen: Support --c-generate-autocleanup
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r-- | docs/markdown/Gnome-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index a02cc42..634fe79 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -235,6 +235,7 @@ one XML file. * `interface_prefix`: prefix for the interface * `namespace`: namespace of the interface * `extra_args`: (*Added 0.47.0*) additional command line arguments to pass +* `autocleanup`: *(Added 0.47.0)* if set generates autocleanup code. Can be one of `none`, `objects` or `all` * `object_manager`: *(Added 0.40.0)* if true generates object manager code * `annotations`: *(Added 0.43.0)* list of lists of 3 strings for the annotation for `'ELEMENT', 'KEY', 'VALUE'` * `docbook`: *(Added 0.43.0)* prefix to generate `'PREFIX'-NAME.xml` docbooks |