loudmouth/lm-socket.c
changeset 521 50294ce6587e
parent 518 cdd6a0c5b439
child 607 e2bd14357c9a
--- a/loudmouth/lm-socket.c	Fri Oct 10 20:31:18 2008 +0200
+++ b/loudmouth/lm-socket.c	Fri Oct 10 23:13:03 2008 +0200
@@ -69,7 +69,7 @@
                           G_SIGNAL_RUN_LAST,
                           0,
                           NULL, NULL,
-                          lm_marshal_VOID__VOID,
+                          _lm_marshal_VOID__VOID,
                           G_TYPE_NONE,
                           0);
         signals[WRITABLE] = 
@@ -78,7 +78,7 @@
                           G_SIGNAL_RUN_LAST,
                           0,
                           NULL, NULL,
-                          lm_marshal_VOID__VOID,
+                          _lm_marshal_VOID__VOID,
                           G_TYPE_NONE,
                           0);
         signals[DISCONNECTED] =
@@ -87,7 +87,7 @@
                           G_SIGNAL_RUN_LAST,
                           0,
                           NULL, NULL,
-                          lm_marshal_VOID__VOID,
+                          _lm_marshal_VOID__VOID,
                           G_TYPE_NONE,
                           0);
         initialized = TRUE;