mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
two stylistic fixes
This commit is contained in:
parent
12058f15e8
commit
1200dbdc98
@ -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 <mclasen@redhat.com>
|
||||
|
||||
|
@ -797,7 +797,7 @@ void maman_ibaz_do_action (MamanIbaz *self);
|
||||
|
||||
#endif /*MAMAN_IBAZ_H*/
|
||||
</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:
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
@ -871,7 +871,7 @@ void maman_ibaz_do_action (MamanIbaz *self)
|
||||
</sect1>
|
||||
|
||||
<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>
|
||||
Once the interface is defined, implementing it is rather trivial. Source code showing how to do this
|
||||
|
Loading…
Reference in New Issue
Block a user