mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
1b08980b48
commit
e547d14b70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user