docs: Fix GNetworkAddress typo

g_network_address_parse_host() → g_network_address_parse().
This commit is contained in:
David King 2012-02-19 16:39:15 +00:00 committed by Ryan Lortie
parent 4653c6074f
commit 43a3a5edfc

View File

@ -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