summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-09-29 14:12:22 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-29 14:14:20 +0200
commit14dc932fd177630083bbe55fb141e83a7e201578 (patch)
treecb059f0921c02f92ae38b706f29c648299d8327b /gtk/gtkcontainer.h
parent1408bd9a37f0444ba968f5198e5ad96f5f2ab5cb (diff)
downloadgtk+-14dc932fd177630083bbe55fb141e83a7e201578.tar.gz
gtk: Fix remaining mentions of gtk_container_propagate_expose()
That includes the gtkcontainer.h header file. https://bugzilla.gnome.org/show_bug.cgi?id=630800
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index cabe5472af..87429114e1 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -122,9 +122,6 @@ GList* gtk_container_get_children (GtkContainer *container);
void gtk_container_propagate_draw (GtkContainer *container,
GtkWidget *child,
cairo_t *cr);
-void gtk_container_propagate_expose (GtkContainer *container,
- GtkWidget *child,
- GdkEventExpose *event);
void gtk_container_set_focus_chain (GtkContainer *container,
GList *focusable_widgets);