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

@@ -70,7 +70,6 @@ void _g_closure_invoke_va (GClosure *closure,
int n_params,
GType *param_types);
gboolean g_type_is_in_init (GType type);
G_END_DECLS