Revert "GObject: prevent installing properties after init"

This reverts commit ddb0ce1421.

Conflicts:
	gobject/gobject.c

https://bugzilla.gnome.org/show_bug.cgi?id=698614
This commit is contained in:
Ryan Lortie
2014-06-06 16:40:15 -04:00
parent 256305dea5
commit 85e9455f68
3 changed files with 0 additions and 17 deletions

View File

@@ -4818,13 +4818,3 @@ g_type_ensure (GType type)
if (G_UNLIKELY (type == (GType)-1))
g_error ("can't happen");
}
gboolean
g_type_is_in_init (GType type)
{
TypeNode *node;
node = lookup_type_node_I (type);
return node->data->class.init_state != INITIALIZED;
}