diff options
Diffstat (limited to 'docs/markdown/snippets/gdbus_codegen_options.md')
-rw-r--r-- | docs/markdown/snippets/gdbus_codegen_options.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/markdown/snippets/gdbus_codegen_options.md b/docs/markdown/snippets/gdbus_codegen_options.md deleted file mode 100644 index d3dd84c81..000000000 --- a/docs/markdown/snippets/gdbus_codegen_options.md +++ /dev/null @@ -1,14 +0,0 @@ -## New options to gnome.gdbus_codegen - -You can now pass additional arguments to gdbus-codegen using the `extra_args` -keyword. This is the same for the other gnome function calls. - -Meson now automatically adds autocleanup support to the generated code. This -can be modified by setting the autocleanup keyword. - -For example: - - sources += gnome.gdbus_codegen('com.mesonbuild.Test', - 'com.mesonbuild.Test.xml', - autocleanup : 'none', - extra_args : ['--pragma-once']) |