summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-01-04 07:31:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-01-04 07:32:51 -0500
commit918ff1d0f45c14ae6c40ccdef574b8b5a6cd5115 (patch)
treea931fba76dfdc42183154d9fb97d814a260ff0ef /gtk/gtktogglebutton.h
parent604aafe15d20c2e05fdfae235ae36a7e589d1b6a (diff)
downloadgtk+-918ff1d0f45c14ae6c40ccdef574b8b5a6cd5115.tar.gz
Deprecate gtk_toggle_button_toggled
The function is documented as useless.
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r--gtk/gtktogglebutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h
index c0d6dd3421..8b7930fb4e 100644
--- a/gtk/gtktogglebutton.h
+++ b/gtk/gtktogglebutton.h
@@ -77,7 +77,7 @@ void gtk_toggle_button_set_active (GtkToggleButton *toggle_button,
gboolean is_active);
GDK_AVAILABLE_IN_ALL
gboolean gtk_toggle_button_get_active (GtkToggleButton *toggle_button);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_4_10
void gtk_toggle_button_toggled (GtkToggleButton *toggle_button);
GDK_AVAILABLE_IN_ALL
void gtk_toggle_button_set_group (GtkToggleButton *toggle_button,