diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-20 19:00:07 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-20 19:26:40 +0100 |
commit | c4065b9ee0db4ed03eb925234f528ebfc874e4cf (patch) | |
tree | e4bd77084773ea55f4423d0d64b0ef7b6ea7c5e6 /docs/reference | |
parent | 22a657004b9c591cef7f4dd6b845192e7fc28529 (diff) | |
download | gtk+-c4065b9ee0db4ed03eb925234f528ebfc874e4cf.tar.gz |
API: Export gtk_container_snapshot_child()
It's equivalent to gtk_container_propagate_draw() and then one is
public, too.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 0fa2080efa..d6a9260dbb 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -735,6 +735,7 @@ gtk_container_child_notify gtk_container_child_notify_by_pspec gtk_container_forall gtk_container_propagate_draw +gtk_container_snapshot_child gtk_container_get_focus_chain gtk_container_set_focus_chain gtk_container_unset_focus_chain |