summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/account.c')
-rw-r--r--telepathy-glib/account.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index c245b6bc9..cec883c76 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -395,8 +395,9 @@ tp_account_init (TpAccount *self)
static void
_tp_account_invalidated_cb (TpAccount *self,
guint domain,
- guint code,
- gchar *message)
+ gint code,
+ gchar *message,
+ gpointer user_data)
{
TpAccountPrivate *priv = self->priv;