From c9916fbc58923f0a43b233934ecdad0592a0ebda Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 9 Jun 2016 21:35:36 +0100 Subject: [PATCH] docs: Add deprecation notice for GtkButton.set_focus_on_click() To match the deprecation annotation on the function declaration. --- gtk/gtkbutton.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index e24c065a8b..2d675a1338 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -2314,6 +2314,8 @@ gtk_button_get_use_stock (GtkButton *button) * application. * * Since: 2.4 + * + * Deprecated: 3.20: Use gtk_widget_set_focus_on_click() instead **/ void gtk_button_set_focus_on_click (GtkButton *button,