mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix some typos. (#351741, Kjartan Maraas)
2006-08-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
This commit is contained in:
committed by
Matthias Clasen
parent
8f05c1da81
commit
ed9c3c2696
@@ -1,3 +1,7 @@
|
||||
2006-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject.c: Remove ; after G_DEFINE_TYPE. (#351741, Kjartan Maraas)
|
||||
|
||||
Wed Aug 23 10:35:32 2006 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gobject.[hc]: changed return value of g_value_dup_object(), fixes #343292.
|
||||
|
@@ -2242,7 +2242,7 @@ g_object_compat_control (gsize what,
|
||||
}
|
||||
}
|
||||
|
||||
G_DEFINE_TYPE (GInitiallyUnowned, g_initially_unowned, G_TYPE_OBJECT);
|
||||
G_DEFINE_TYPE (GInitiallyUnowned, g_initially_unowned, G_TYPE_OBJECT)
|
||||
|
||||
static void
|
||||
g_initially_unowned_init (GInitiallyUnowned *object)
|
||||
|
Reference in New Issue
Block a user