Add TcpClient and TcpServer
[cascardo/gnio.git] / gnio / gsocket.h
index 6ae1f81..5aa7040 100644 (file)
@@ -71,7 +71,10 @@ typedef enum
 
 GType            g_socket_get_type           (void) G_GNUC_CONST;
 
-GSocket *        g_socket_new                (GSocketDomain domain, GSocketType type, const gchar *protocol, GError **error);
+GSocket *        g_socket_new                (GSocketDomain   domain,
+                                              GSocketType     type,
+                                              const gchar    *protocol,
+                                              GError        **error);
 
 GSocket *        g_socket_new_from_fd        (gint fd);