mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01: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>
|
||||
|
||||
* === Released 2.19.3 ===
|
||||
|
@ -882,7 +882,7 @@ maman_ibaz_get_type (void)
|
||||
&info, 0);
|
||||
}
|
||||
|
||||
return type;
|
||||
return iface_type;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user