summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainerprivate.h
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2013-02-14 17:11:28 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2013-02-14 17:19:53 -0500
commitce835dee743477b0afeb2d8ea77172af63c1ac43 (patch)
tree375b6347db58e1fe04e8f8607f7bfe59d24cae8d /gtk/gtkcontainerprivate.h
parent7bb07317f303d204305f6fdac72020dd257025e6 (diff)
downloadgtk+-ce835dee743477b0afeb2d8ea77172af63c1ac43.tar.gz
GtkContainer: fix disconnection from frame clock
We need to disconnect the frame clock when we unrealize (at which point the old clock is still alive) not in destroy(). Since there is no common unrealize for containers, trigger this from GtkWidget.
Diffstat (limited to 'gtk/gtkcontainerprivate.h')
-rw-r--r--gtk/gtkcontainerprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h
index cd4bc5b2e9..dd989d2dc7 100644
--- a/gtk/gtkcontainerprivate.h
+++ b/gtk/gtkcontainerprivate.h
@@ -39,6 +39,7 @@ GList * _gtk_container_focus_sort (GtkContainer *container,
GtkWidget *old_focus);
gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container);
+void _gtk_container_stop_idle_sizer (GtkContainer *container);
void _gtk_container_maybe_start_idle_sizer (GtkContainer *container);
G_END_DECLS