gtkwidget: The deprecated function is gtk_widget_hide_all not gtk_widget_hide

This fixes commit 7b5b230ead
This commit is contained in:
Javier Jardón 2010-10-19 20:20:38 +02:00
parent 7b5b230ead
commit 508f727665

View File

@ -3273,9 +3273,7 @@ gtk_widget_show_now (GtkWidget *widget)
*
* Reverses the effects of gtk_widget_show(), causing the widget to be
* hidden (invisible to the user).
*
* Deprecated: 2.0: Use gtk_widget_hide() instead.
**/
*/
void
gtk_widget_hide (GtkWidget *widget)
{
@ -3361,7 +3359,9 @@ gtk_widget_show_all (GtkWidget *widget)
* @widget: a #GtkWidget
*
* Recursively hides a widget and any child widgets.
**/
*
* Deprecated: 2.24: Use gtk_widget_hide() instead.
*/
void
gtk_widget_hide_all (GtkWidget *widget)
{