two stylistic fixes

This commit is contained in:
Stepan Kasal 2005-08-12 09:27:49 +00:00
parent 12058f15e8
commit 1200dbdc98
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Fix typos: Invokation --> Invocation (in various places) Fix typos: Invokation --> Invocation (in various places)
* glib/tmpl/error_reporting.sgml: Fix a typo. * 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 <mclasen@redhat.com> 2005-08-05 Matthias Clasen <mclasen@redhat.com>

View File

@ -797,7 +797,7 @@ void maman_ibaz_do_action (MamanIbaz *self);
#endif /*MAMAN_IBAZ_H*/ #endif /*MAMAN_IBAZ_H*/
</programlisting> </programlisting>
This code is almost exactly similar to the code for a normal <type><link linkend="GType">GType</link></type> This code is the same as the code for a normal <type><link linkend="GType">GType</link></type>
which derives from a <type><link linkend="GObject">GObject</link></type> except for a few details: which derives from a <type><link linkend="GObject">GObject</link></type> except for a few details:
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
@ -871,7 +871,7 @@ void maman_ibaz_do_action (MamanIbaz *self)
</sect1> </sect1>
<sect1 id="howto-interface-implement"> <sect1 id="howto-interface-implement">
<title>How To define and implement an implementation of an Interface?</title> <title>How To define implement an Interface?</title>
<para> <para>
Once the interface is defined, implementing it is rather trivial. Source code showing how to do this Once the interface is defined, implementing it is rather trivial. Source code showing how to do this