summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index d668a418f..cebb10b82 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -205,7 +205,7 @@ void gtk_container_forall (GtkContainer *container,
gpointer callback_data);
gchar* gtk_container_child_composite_name (GtkContainer *container,
GtkWidget *child);
-void gtk_container_dequeue_resize_handler (GtkContainer *container);
+void _gtk_container_dequeue_resize_handler (GtkContainer *container);
#ifdef __cplusplus
}