[Telepathy-commits] [telepathy-gabble/master] add connection-error signal to bytestream-iface

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:40 PST 2009


---
 src/bytestream-iface.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/bytestream-iface.c b/src/bytestream-iface.c
index f35d503..01dfe2f 100644
--- a/src/bytestream-iface.c
+++ b/src/bytestream-iface.c
@@ -157,6 +157,14 @@ gabble_bytestream_iface_base_init (gpointer klass)
           g_cclosure_marshal_VOID__BOOLEAN,
           G_TYPE_NONE, 1, G_TYPE_BOOLEAN);
 
+      g_signal_new ("connection-error",
+          G_TYPE_FROM_INTERFACE (klass),
+          G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
+          0,
+          NULL, NULL,
+          gabble_marshal_VOID__VOID,
+          G_TYPE_NONE, 0);
+
       initialized = TRUE;
     }
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list