mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: Fix pluralised links to symbols
While gtk-doc can currently detect a link to a symbol which has been pluralised by adding ‘s’, it can’t detect when ‘es’ is added. While that’s being fixed, reword the documentation so the links are generated correctly anyway. gtk-doc fix here: https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/22 Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -121,7 +121,7 @@ g_socket_connectable_enumerate (GSocketConnectable *connectable)
|
||||
* @connectable: a #GSocketConnectable
|
||||
*
|
||||
* Creates a #GSocketAddressEnumerator for @connectable that will
|
||||
* return #GProxyAddresses for addresses that you must connect
|
||||
* return a #GProxyAddress for each of its addresses that you must connect
|
||||
* to via a proxy.
|
||||
*
|
||||
* If @connectable does not implement
|
||||
|
Reference in New Issue
Block a user