glib/gio/gdbus-2.0/codegen
Matthias Clasen 98f86beed6 gdbus-codegen: Only generate autocleanup when instructed to
This adds a new --c-generate-autocleanup option to gdbus-codegen
which can be used to instruct gdbus-codegen about what autocleanup
definitions to emit.

Doing this unconditionally was found to interfere with existing
code out in the wild.

The new option takes an argument that can be
none, objects or all; to indicate whether to generate no
autocleanup functions, only do it for object types, or do it
for interface types as well. The default is 'objects', which
matches the unconditional behavior of gdbus-codegen on the 2.48
branch.

https://bugzilla.gnome.org/show_bug.cgi?id=763379
2016-05-05 06:13:16 -04:00
..
__init__.py Updated FSF's address 2014-01-31 14:31:55 +01:00
.gitignore Avoid using - (hyphen) in gdbus-codegen directory name 2011-08-25 16:55:46 -04:00
codegen_docbook.py Updated FSF's address 2014-01-31 14:31:55 +01:00
codegen_main.py gdbus-codegen: Only generate autocleanup when instructed to 2016-05-05 06:13:16 -04:00
codegen.py gdbus-codegen: Only generate autocleanup when instructed to 2016-05-05 06:13:16 -04:00
config.py.in Updated FSF's address 2014-01-31 14:31:55 +01:00
dbustypes.py Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbus-codegen.in Updated FSF's address 2014-01-31 14:31:55 +01:00
Makefile.am Rework the build system for a new tests approach 2013-05-31 23:12:15 -04:00
parser.py Updated FSF's address 2014-01-31 14:31:55 +01:00
utils.py Updated FSF's address 2014-01-31 14:31:55 +01:00