[glib] docs: Fix GNetworkAddress typo
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix GNetworkAddress typo
- Date: Tue, 21 Feb 2012 00:11:34 +0000 (UTC)
commit 43a3a5edfcb43d0c659047637cb5f0af762201d1
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:39:15 2012 +0000
docs: Fix GNetworkAddress typo
g_network_address_parse_host() â g_network_address_parse().
gio/gnetworkaddress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gnetworkaddress.c b/gio/gnetworkaddress.c
index 75deaa4..e158a40 100644
--- a/gio/gnetworkaddress.c
+++ b/gio/gnetworkaddress.c
@@ -681,7 +681,7 @@ _g_uri_from_authority (const gchar *protocol,
* @uri. May fail and return %NULL in case parsing @uri fails.
*
* Using this rather than g_network_address_new() or
- * g_network_address_parse_host() allows #GSocketClient to determine
+ * g_network_address_parse() allows #GSocketClient to determine
* when to use application-specific proxy protocols.
*
* Return value: (transfer full): the new #GNetworkAddress, or %NULL on error
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]