diff options
author | Benjamin Otte <otte@redhat.com> | 2019-02-09 01:44:10 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-02-15 06:53:17 +0100 |
commit | e0ec5caaf868e9a33ec0f5f5bc5b71db99c4a2c4 (patch) | |
tree | 686f90ec581cf6b843a43df99548ffa6f575b397 /docs | |
parent | 2ba928e14263f06693baaf6434b198ab2a44e9d1 (diff) | |
download | gtk+-e0ec5caaf868e9a33ec0f5f5bc5b71db99c4a2c4.tar.gz |
container: Drop gtk_container_check_resize()
Instead, hardcode GtkWindow for now.
The code for non-windows was entirely broken.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index fd93df5a50..473a96fb2a 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -753,7 +753,6 @@ GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID gtk_container_add gtk_container_remove gtk_container_add_with_properties -gtk_container_check_resize gtk_container_foreach gtk_container_get_children gtk_container_get_path_for_child |