glib/gio/gdbus-2.0/codegen
Emmanuele Bassi 1b08980b48 gdbus-codegen: Take into consideration MAX_ALLOWED for private data
The G_ADD_PRIVATE() macro, and the auto-generated get_instance_private()
internal function, should be used conditionally depending on the maximum
allowed version of GLib, as defined by the GLIB_VERSION_MAX_ALLOWED
pre-processor symbol.

This allows generating code that can be compiled in projects that wish
to use an older API version of GLib through the use of the
GLIB_VERSION_MAX_ALLOWED symbol.

https://bugzilla.gnome.org/show_bug.cgi?id=710133
2013-10-28 12:47:16 -04:00
..
__init__.py Introduce the UNINSTALLED_GLIB_BUILDDIR environment variable 2011-08-25 16:55:49 -04:00
.gitignore Avoid using - (hyphen) in gdbus-codegen directory name 2011-08-25 16:55:46 -04:00
codegen_docbook.py gdbus: Don't output invalid nested <para> docbook tags 2013-01-31 10:00:55 +01:00
codegen_main.py codegen: Treat input file as binary 2013-08-17 06:42:02 +02:00
codegen.py gdbus-codegen: Take into consideration MAX_ALLOWED for private data 2013-10-28 12:47:16 -04:00
config.py.in Avoid using - (hyphen) in gdbus-codegen directory name 2011-08-25 16:55:46 -04:00
dbustypes.py gdbus-codegen: make members of an interface inherit the "Since" annotation 2012-10-03 11:13:12 -04:00
gdbus-codegen.in codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir) 2012-10-05 17:00:13 -04:00
Makefile.am Rework the build system for a new tests approach 2013-05-31 23:12:15 -04:00
parser.py Updated codegen to work with python3. 2012-07-01 11:14:54 -04:00
utils.py Updated codegen to work with python3. 2012-07-01 11:14:54 -04:00