summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-18 14:23:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-05-18 14:33:41 -0400
commitbcfff5e46934cb7bb9bae0730d557a3ed0faf163 (patch)
tree2c79aa0ad47fcdecba036964f72d008acd507704 /gtk/gtkbutton.h
parent5368f98dd58bf8520337b464dbbd7ed71488da99 (diff)
downloadgtk+-bcfff5e46934cb7bb9bae0730d557a3ed0faf163.tar.gz
Drop gtk_button_clicked
This is not an api we want to propagate anymore. If you need to, you can still emit the "clicked" action signal on a button using g_signal_emit_by_name.
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index 51f9bac0a7..c6a31b64ca 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -88,8 +88,6 @@ GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new_from_icon_name (const gchar *icon_name);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new_with_mnemonic (const gchar *label);
-GDK_AVAILABLE_IN_ALL
-void gtk_button_clicked (GtkButton *button);
GDK_AVAILABLE_IN_ALL
void gtk_button_set_relief (GtkButton *button,