make all APIs that take inet port arguments take a guint16

This commit is contained in:
Benjamin Otte
2009-06-12 15:57:51 +02:00
parent 3e3e3c2946
commit fd22781b18
4 changed files with 8 additions and 8 deletions

View File

@@ -587,7 +587,7 @@ g_socket_client_connect (GSocketClient *client,
GSocketConnection *
g_socket_client_connect_to_host (GSocketClient *client,
const gchar *host_and_port,
gint default_port,
guint16 default_port,
GCancellable *cancellable,
GError **error)
{
@@ -881,7 +881,7 @@ g_socket_client_connect_async (GSocketClient *client,
void
g_socket_client_connect_to_host_async (GSocketClient *client,
const gchar *host_and_port,
gint default_port,
guint16 default_port,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data)