Move constructor macros to an internal header and into generated code
authorAlexander Larsson <alexl@redhat.com>
Mon, 30 Jan 2012 15:57:54 +0000 (16:57 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 30 Jan 2012 15:59:27 +0000 (16:59 +0100)
commit968f4e8d79b3191266bf327f18b167445db0076e
tree591438d840cf6af7595d21c679eaaa7d11b0ed72
parente43a98c00091f5e293d2d9d72df2c04081802abe
Move constructor macros to an internal header and into generated code

With this we're not longer exporting the constructor headers, which means
we're not tying ourselves to a macro that might need special tweaking on
a compiler-by-compiler basis.
gio/Makefile.am
gio/data-to-c.c [new file with mode: 0644]
gio/glib-compile-resources.c
gio/tests/resources.c
glib/gconstructor.h [new file with mode: 0644]
glib/gmacros.h