From 1ebabfdb78d4a1292a4c639dbfb24210ed900d31 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 17 May 2013 16:29:41 +0200 Subject: [PATCH] Fix compilation with newer, more strict g-ir-scanner https://bugs.freedesktop.org/show_bug.cgi?id=64715 --- telepathy-glib/call-stream.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/telepathy-glib/call-stream.c b/telepathy-glib/call-stream.c index ac05b8f..65a8981 100644 --- a/telepathy-glib/call-stream.c +++ b/telepathy-glib/call-stream.c @@ -408,8 +408,10 @@ tp_call_stream_class_init (TpCallStreamClass *klass) /** * TpCallStream::local-sending-state-changed: * @self: the #TpCallStream + * @dummy: unused argument * @state: the new #TpSendingState * @reason: the #TpCallStateReason for the change + * @dummy2: unused argument * * The ::local-sending-state-changed signal is emitted whenever the * stream sending state changes. -- 1.8.1.4