From 375dcd546a315653f470b74f99fdd103d6b30373 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 31 May 2018 11:23:27 +1200 Subject: gdbus_codegen: Support --c-generate-autocleanup --- docs/markdown/Gnome-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') 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 -- cgit v1.1