add g_socket_speaks_ipv4()

Partial fix for Bug 585575.
This commit is contained in:
Ryan Lortie
2009-06-12 12:21:07 -04:00
parent fd22781b18
commit f7d756f5b6
4 changed files with 51 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ gboolean g_socket_is_closed (GSocket
GSource * g_socket_create_source (GSocket *socket,
GIOCondition condition,
GCancellable *cancellable);
gboolean g_socket_speaks_ipv4 (GSocket *socket);
G_END_DECLS