summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-09-19 07:06:18 +0530
committerDavid King <amigadave@amigadave.com>2012-11-23 21:12:11 +0000
commit2dd6a45e6cc20f5c53271af09c18fc0930fc1bdc (patch)
treee51869f9d42dde889c9c1752eff3d1a62446191c
parent4911ca3673221a701a562455d83f17eedea2ffbd (diff)
downloadglib-2dd6a45e6cc20f5c53271af09c18fc0930fc1bdc.tar.gz
docs: Small clean-up of howto subsection headers
This makes all the subsection headers consistent. https://bugzilla.gnome.org/show_bug.cgi?id=659428
-rw-r--r--docs/reference/gobject/tut_howto.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml
index 744552bc2..498753b8e 100644
--- a/docs/reference/gobject/tut_howto.xml
+++ b/docs/reference/gobject/tut_howto.xml
@@ -794,7 +794,7 @@ b_method_to_call (B *obj, int a)
<title>How to define and implement interfaces</title>
<sect1 id="howto-interface-define">
- <title>How to define an interface</title>
+ <title>Defining interfaces</title>
<para>
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 id="howto-interface-implement">
- <title>How to implement an interface</title>
+ <title>Implementing an Interface</title>
<para>
Once the interface is defined, implementing it is rather trivial.