mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-18 02:14:12 +02:00
Fix an example.
svn path=/trunk/; revision=7757
This commit is contained in:
parent
782fe440ef
commit
1643b117b9
@ -1,3 +1,10 @@
|
|||||||
|
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 565831 – error in interface creation sample
|
||||||
|
|
||||||
|
* gobject/tut_howto.xml: Fix an example. Pointed out by
|
||||||
|
Jens Georg.
|
||||||
|
|
||||||
2008-12-15 Matthias Clasen <mclasen@redhat.com>
|
2008-12-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.19.3 ===
|
* === Released 2.19.3 ===
|
||||||
|
@ -882,7 +882,7 @@ maman_ibaz_get_type (void)
|
|||||||
&info, 0);
|
&info, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return type;
|
return iface_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user