From 1200dbdc9841b29394c263fdc1be48bf7493798c Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Fri, 12 Aug 2005 09:27:49 +0000 Subject: two stylistic fixes --- docs/reference/ChangeLog | 2 +- docs/reference/gobject/tut_howto.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0cf215645..01ed68202 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 bca4aaff6..03e5c2d95 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 -- cgit v1.2.3