From: Stepan Kasal Date: Fri, 12 Aug 2005 09:27:49 +0000 (+0000) Subject: two stylistic fixes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1200dbdc9841b29394c263fdc1be48bf7493798c;p=dana%2Fcg-glib.git two stylistic fixes --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0cf21564..01ed6820 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -3,7 +3,7 @@ Fix typos: Invokation --> Invocation (in various places) * glib/tmpl/error_reporting.sgml: Fix a typo. - * gobject/tut_howto.xml: Several typos. + * gobject/tut_howto.xml: Several typos and stylistic changes. 2005-08-05 Matthias Clasen diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index bca4aaff..03e5c2d9 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -797,7 +797,7 @@ void maman_ibaz_do_action (MamanIbaz *self); #endif /*MAMAN_IBAZ_H*/ - This code is almost exactly similar to the code for a normal GType + This code is the same as the code for a normal GType which derives from a GObject except for a few details: @@ -871,7 +871,7 @@ void maman_ibaz_do_action (MamanIbaz *self) - How To define and implement an implementation of an Interface? + How To define implement an Interface? Once the interface is defined, implementing it is rather trivial. Source code showing how to do this