gdbus-codegen maintains ABI for type structures
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 14 Oct 2013 18:40:53 +0000 (19:40 +0100)
committerColin Walters <walters@verbum.org>
Mon, 28 Oct 2013 16:47:16 +0000 (12:47 -0400)
Make it explicit, to avoid changes that could potentially lead to
breakage in user code.

https://bugzilla.gnome.org/show_bug.cgi?id=710133

docs/reference/gio/gdbus-codegen.xml

index 7887953..99b7a1e 100644 (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