fixed to print usage and version info on STDOUT (#322502).

Tue Aug 29 13:27:33 2006  Tim Janik  <timj@gtk.org>

        * glib-mkenums.in: fixed to print usage and version info on STDOUT
        (#322502).

        * gobject.c (g_initially_unowned_init): restore ; after G_DEFINE_TYPE.
This commit is contained in:
Tim Janik
2006-08-29 11:29:24 +00:00
committed by Tim Janik
parent a66bf6e9f2
commit 08e3a830fb
3 changed files with 37 additions and 30 deletions

View File

@@ -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)