Rename g_socket_check_pending_error to g_socket_check_connect_result

This is only used for connect anyway, and this describes the operation
better.
This commit is contained in:
Alexander Larsson
2009-05-19 10:57:58 +02:00
parent bcba61c951
commit e1a4389cbc
5 changed files with 10 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ gboolean g_socket_bind (GSocket
gboolean g_socket_connect (GSocket *socket,
GSocketAddress *address,
GError **error);
gboolean g_socket_check_pending_error (GSocket *socket,
gboolean g_socket_check_connect_result (GSocket *socket,
GError **error);
GIOCondition g_socket_condition_check (GSocket *socket,
GIOCondition condition);