GtkContainer: Use G_PARAM_EXPLICIT_NOTIFY

This commit is contained in:
Matthias Clasen 2014-06-07 14:29:09 -04:00
parent acad03f77b
commit d6cae074a6

View File

@ -500,7 +500,7 @@ gtk_container_class_init (GtkContainerClass *class)
0,
65535,
0,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
g_object_class_install_property (gobject_class,
PROP_CHILD,
g_param_spec_object ("child",