gdbus-codegen maintains ABI for type structures

Make it explicit, to avoid changes that could potentially lead to
breakage in user code.

https://bugzilla.gnome.org/show_bug.cgi?id=710133
This commit is contained in:
Emmanuele Bassi 2013-10-14 19:40:53 +01:00 committed by Colin Walters
parent 1b08980b48
commit e547d14b70

View File

@ -825,7 +825,8 @@ on_handle_hello_world (MyAppFrobber *interface,
The generated C functions are guaranteed to not change their ABI
that is, if a method, signal or property does not change its
signature in the introspection XML, the generated C functions will
not change its C ABI either.
not change its C ABI either. The ABI of the generated instance and
class structures will be preserved as well.
</para>
<para>
The ABI of the generated #GType<!-- -->s will be preserved only if