[glib] gdbus-codegen maintains ABI for type structures



commit e547d14b7043836c59166af1d5497cb8f73caff6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Oct 14 19:40:53 2013 +0100

    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

 docs/reference/gio/gdbus-codegen.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml
index 7887953..99b7a1e 100644
--- a/docs/reference/gio/gdbus-codegen.xml
+++ b/docs/reference/gio/gdbus-codegen.xml
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]