diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index 78879530f..99b7a1e77 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. The ABI of the generated #GTypes will be preserved only if