Fix g_type_add_class_private() name in g_warning
authorChristophe Fergeau <cfergeau@redhat.com>
Mon, 17 Dec 2012 13:58:04 +0000 (14:58 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Mon, 17 Dec 2012 14:51:07 +0000 (15:51 +0100)
commitb055c828152b01d4e00182b24dc841136f50b4e1
tree57c71826cc48cb17be6aa2565928566bcbf3343d
parentdf334d6e00917d2ba8d8e722f9192da65c09827e
Fix g_type_add_class_private() name in g_warning

When g_type_class_get_private is called without calling
g_type_add_class_private first, a g_warning is issued, but
the name of the function to call is wrong:
g_type_class_add_class_private.

https://bugzilla.gnome.org/show_bug.cgi?id=690348
gobject/gtype.c