mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
docs: fix typos
This commit is contained in:
@@ -1140,7 +1140,7 @@ maman_ibaz_default_init (MamanIbazInteface *iface)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
An implementation declares and defines it's properties in the usual
|
An implementation declares and defines its properties in the usual
|
||||||
way as explained in <xref linkend="gobject-properties"/>, except for one
|
way as explained in <xref linkend="gobject-properties"/>, except for one
|
||||||
small change: it can declare the properties of the interface it
|
small change: it can declare the properties of the interface it
|
||||||
implements using <function><link linkend="g-object-class-override-property">g_object_class_override_property</link></function>
|
implements using <function><link linkend="g-object-class-override-property">g_object_class_override_property</link></function>
|
||||||
@@ -1289,7 +1289,7 @@ maman_derived_baz_init (MamanDerivedBaz *self)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
In this example MamanDerivedBaz overides the
|
In this example MamanDerivedBaz overides the
|
||||||
<function>do_action</function> interface method. In it's overridden method
|
<function>do_action</function> interface method. In its overridden method
|
||||||
it calls the base class implementation of the same interface method.
|
it calls the base class implementation of the same interface method.
|
||||||
<programlisting>
|
<programlisting>
|
||||||
static MamanIbazInterface *maman_ibaz_parent_interface = NULL;
|
static MamanIbazInterface *maman_ibaz_parent_interface = NULL;
|
||||||
|
Reference in New Issue
Block a user