summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-06 12:54:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-08 00:09:44 -0500
commitad9c2a624fd53e0ffc9ca61828bdf362fbb68727 (patch)
treeb2bf625f9baa4b0acec6001916b8d23ab2505bc0 /gtk/gtkcontainer.c
parenta3e517aa9cd61e71041488a3b042f9ad3fc1a961 (diff)
downloadgtk+-ad9c2a624fd53e0ffc9ca61828bdf362fbb68727.tar.gz
stack: Convert child properties to a child meta object
Create a GtkStackPage public object which holds the former child properties of GtkStack. Adjust all callers.
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r--gtk/gtkcontainer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 8dd90a51ec..58085d3135 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1877,4 +1877,3 @@ gtk_container_get_path_for_child (GtkContainer *container,
return path;
}
-