From: David King Date: Sun, 19 Feb 2012 16:42:55 +0000 (+0000) Subject: docs: Correct GSocketClient::event link X-Git-Tag: android-x86-6.0-r1~452 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5d64eb4cb8e682175875343eef9de0f5798bf09d;p=android-x86%2Fexternal-bluetooth-glib.git docs: Correct GSocketClient::event link --- diff --git a/gio/gsocketclient.c b/gio/gsocketclient.c index 8ff51d7c1..d24694760 100644 --- a/gio/gsocketclient.c +++ b/gio/gsocketclient.c @@ -786,7 +786,7 @@ g_socket_client_class_init (GSocketClientClass *class) * Each event except %G_SOCKET_CLIENT_COMPLETE may be emitted * multiple times (or not at all) for a given connectable (in * particular, if @client ends up attempting to connect to more than - * one address). However, if @client emits the #GSocketClient:event + * one address). However, if @client emits the #GSocketClient::event * signal at all for a given connectable, that it will always emit * it with %G_SOCKET_CLIENT_COMPLETE when it is done. *