| 480 /** |
480 /** |
| 481 * We tried to make an outgoing connection to a remote user. It |
481 * We tried to make an outgoing connection to a remote user. It |
| 482 * either connected or failed to connect. |
482 * either connected or failed to connect. |
| 483 */ |
483 */ |
| 484 static void |
484 static void |
| 485 peer_connection_established_cb(gpointer data, gint source) |
485 peer_connection_established_cb(gpointer data, gint source, const gchar *error_message) |
| 486 { |
486 { |
| 487 PeerConnection *conn; |
487 PeerConnection *conn; |
| 488 |
488 |
| 489 conn = data; |
489 conn = data; |
| 490 |
490 |