From: Matthias Clasen Date: Mon, 18 Mar 2013 03:01:21 +0000 (-0400) Subject: Small cleanup to tutorial headings X-Git-Tag: 2.35.9~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d59acb701e8ab80f51f19dc9ec9d5145fc4fc2e7;p=platform%2Fupstream%2Fglib.git Small cleanup to tutorial headings This makes all the subsection headers consistent. https://bugzilla.gnome.org/show_bug.cgi?id=659428 --- diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index 744552b..fb52f67 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) How to define and implement interfaces - How to define an interface + Defining interfaces The bulk of interface definition has already been shown in @@ -901,7 +901,7 @@ maman_ibaz_do_something (MamanIbaz *self) - How to implement an interface + Implementing interfaces Once the interface is defined, implementing it is rather trivial.