mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 11:50:21 +00:00
builder-tool: Stop using child properties
This commit is contained in:
parent
0a4a7b310d
commit
7cd9ea497b
@ -331,7 +331,7 @@ get_property_pspec (MyParserData *data,
|
||||
pspec = g_object_class_find_property (class, canonical_name);
|
||||
break;
|
||||
case PROP_KIND_PACKING:
|
||||
pspec = gtk_container_class_find_child_property (class, canonical_name);
|
||||
pspec = NULL;
|
||||
break;
|
||||
case PROP_KIND_CELL_PACKING:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user