summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/connection.c')
-rw-r--r--telepathy-glib/connection.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index f88611f50..15a3be6dc 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -1027,7 +1027,11 @@ tp_connection_status_changed_cb (TpConnection *self,
}
static void
-tp_connection_invalidated (TpConnection *self)
+tp_connection_invalidated (TpConnection *self,
+ guint domain,
+ gint code,
+ gchar *message,
+ gpointer user_data)
{
if (self->priv->introspection_call != NULL)
{