summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-11-21 19:36:06 +0100
committerBenjamin Otte <otte@redhat.com>2019-11-22 07:46:18 +0100
commit27d05102ab6182220da454b2597d975cf42ba077 (patch)
tree8e6125c41cfe40d4ae9125a92000a64af82215a5 /gtk/gtkbuilder.h
parentf5e4dc824cd701ca032075fca8aca659456504da (diff)
downloadgtk+-27d05102ab6182220da454b2597d975cf42ba077.tar.gz
builder: Remove user_data argument from gtk_builder_connect_signals()
This is pretty unused and gets in the way of the next steps. A potential side effect is that for templates the widget was passed as the user data argument. If that turns out to be important, we have to special case that situation.
Diffstat (limited to 'gtk/gtkbuilder.h')
-rw-r--r--gtk/gtkbuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkbuilder.h b/gtk/gtkbuilder.h
index a3b2e7ad0e..f3353cedcf 100644
--- a/gtk/gtkbuilder.h
+++ b/gtk/gtkbuilder.h
@@ -150,8 +150,7 @@ void gtk_builder_expose_object (GtkBuilder *builder,
const gchar *name,
GObject *object);
GDK_AVAILABLE_IN_ALL
-void gtk_builder_connect_signals (GtkBuilder *builder,
- gpointer user_data);
+void gtk_builder_connect_signals (GtkBuilder *builder);
GDK_AVAILABLE_IN_ALL
void gtk_builder_connect_signals_full (GtkBuilder *builder,
GtkBuilderConnectFunc func,