Make things inherit from GInitiallyUnowned, some more socket changes
[cascardo/gnio.git] / gnio / gsocket.h
index 7a0a568..0571108 100644 (file)
@@ -57,7 +57,7 @@ struct _GSocketClass
 
 GType          g_socket_get_type         (void) G_GNUC_CONST;
 
-GSocket *      g_socket_new              (void);
+GSocket *      g_socket_new              (gint domain, gint type, gint protocol);
 
 GSocket *      g_socket_new_from_fd      (gint fd);