Merge commit 'scormi3/master'
[cascardo/gnio.git] / gnio / gsocket.h
index ed2d4aa..72b565f 100644 (file)
@@ -72,8 +72,7 @@ GType            g_socket_get_type           (void) G_GNUC_CONST;
 
 GSocket *        g_socket_new                (GSocketDomain   domain,
                                               GSocketType     type,
-                                              const gchar    *protocol,
-                                              GError        **error);
+                                              const gchar    *protocol);
 
 GSocket *        g_socket_new_from_fd        (gint fd);