mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
Small cleanup to tutorial headings
This makes all the subsection headers consistent. https://bugzilla.gnome.org/show_bug.cgi?id=659428
This commit is contained in:
@@ -794,7 +794,7 @@ b_method_to_call (B *obj, int a)
|
|||||||
<title>How to define and implement interfaces</title>
|
<title>How to define and implement interfaces</title>
|
||||||
|
|
||||||
<sect1 id="howto-interface-define">
|
<sect1 id="howto-interface-define">
|
||||||
<title>How to define an interface</title>
|
<title>Defining interfaces</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The bulk of interface definition has already been shown in <xref linkend="gtype-non-instantiable-classed"/>
|
The bulk of interface definition has already been shown in <xref linkend="gtype-non-instantiable-classed"/>
|
||||||
@@ -901,7 +901,7 @@ maman_ibaz_do_something (MamanIbaz *self)
|
|||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="howto-interface-implement">
|
<sect1 id="howto-interface-implement">
|
||||||
<title>How to implement an interface</title>
|
<title>Implementing interfaces</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Once the interface is defined, implementing it is rather trivial.
|
Once the interface is defined, implementing it is rather trivial.
|
||||||
|
Reference in New Issue
Block a user