mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Merge branch 'codegen-docs' into 'main'
gdbus-codegen: Fix some minor typos in the documentation See merge request GNOME/glib!3477
This commit is contained in:
commit
4cf6c78512
@ -240,7 +240,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Generate reStructuredText Documentation for each D-Bus interface and
|
Generate reStructuredText Documentation for each D-Bus interface and
|
||||||
put it in <filename><replaceable>OUTFILES</replaceable>-<replaceanle>NAME</replaceanle>.rst</filename>
|
put it in <filename><replaceable>OUTFILES</replaceable>-<replaceable>NAME</replaceable>.rst</filename>
|
||||||
where <literal>NAME</literal> is a place-holder for the interface
|
where <literal>NAME</literal> is a place-holder for the interface
|
||||||
name, e.g. <literal>net.Corp.FooBar</literal> and so on.
|
name, e.g. <literal>net.Corp.FooBar</literal> and so on.
|
||||||
</para>
|
</para>
|
||||||
@ -1136,10 +1136,10 @@ on_handle_hello_world (MyAppFrobber *interface,
|
|||||||
<refsect1 id="gdbus-code-stability">
|
<refsect1 id="gdbus-code-stability">
|
||||||
<title>Stability Guarantees</title>
|
<title>Stability Guarantees</title>
|
||||||
<para>
|
<para>
|
||||||
The generated C functions are guaranteed to not change their ABI
|
The generated C functions are guaranteed to not change their ABI.
|
||||||
that is, if a method, signal or property does not change its
|
That is, if a method, signal or property does not change its
|
||||||
signature in the introspection XML, the generated C functions will
|
signature in the introspection XML, the generated C functions will
|
||||||
not change its C ABI either. The ABI of the generated instance and
|
not change their C ABI either. The ABI of the generated instance and
|
||||||
class structures will be preserved as well.
|
class structures will be preserved as well.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
@ -1150,7 +1150,7 @@ on_handle_hello_world (MyAppFrobber *interface,
|
|||||||
a D-Bus method, property or signal or is added to a D-Bus
|
a D-Bus method, property or signal or is added to a D-Bus
|
||||||
interface, then ABI of the generated #GInterface type is preserved
|
interface, then ABI of the generated #GInterface type is preserved
|
||||||
if, and only if, each added method, property signal is annotated
|
if, and only if, each added method, property signal is annotated
|
||||||
with they <literal>org.gtk.GDBus.Since</literal> annotation using
|
with the <literal>org.gtk.GDBus.Since</literal> annotation using
|
||||||
a greater version number than previous versions.
|
a greater version number than previous versions.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user