From fe3db7aed38b0a50d2b0e84e0fecc23a23a08738 Mon Sep 17 00:00:00 2001 From: Harry Mallon Date: Fri, 11 May 2018 14:53:43 +0100 Subject: [PATCH] doc: fix GTK-Doc NMRoute links https://mail.gnome.org/archives/networkmanager-list/2018-May/msg00000.html --- libnm-glib/nm-ip4-config.c | 4 ++-- libnm-glib/nm-ip6-config.c | 2 +- libnm/nm-ip-config.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libnm-glib/nm-ip4-config.c b/libnm-glib/nm-ip4-config.c index 9e0e2e2d2..8954ee7ba 100644 --- a/libnm-glib/nm-ip4-config.c +++ b/libnm-glib/nm-ip4-config.c @@ -259,7 +259,7 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class) /** * NMIP4Config:routes: * - * The #GPtrArray containing #NMSettingIP4Routes of the configuration. + * The #GPtrArray containing #NMSettingIP4Routes of the configuration. **/ g_object_class_install_property (object_class, PROP_ROUTES, @@ -459,7 +459,7 @@ nm_ip4_config_get_wins_servers (NMIP4Config *config) * Gets the routes. * * Returns: (element-type NMIP4Route): the #GSList containing - * #NMIP4Routes. This is the internal copy used by the configuration, + * #NMIP4Routes. This is the internal copy used by the configuration, * and must not be modified. **/ const GSList * diff --git a/libnm-glib/nm-ip6-config.c b/libnm-glib/nm-ip6-config.c index 5ec02dae8..b655b239a 100644 --- a/libnm-glib/nm-ip6-config.c +++ b/libnm-glib/nm-ip6-config.c @@ -310,7 +310,7 @@ nm_ip6_config_get_searches (NMIP6Config *config) * Gets the routes. * * Returns: (element-type NMIP6Route): the #GSList containing - * #NMIP6Routes. This is the internal copy used by the configuration, + * #NMIP6Routes. This is the internal copy used by the configuration, * and must not be modified. **/ const GSList * diff --git a/libnm/nm-ip-config.c b/libnm/nm-ip-config.c index ca99b1d40..d1a69f387 100644 --- a/libnm/nm-ip-config.c +++ b/libnm/nm-ip-config.c @@ -491,7 +491,7 @@ nm_ip_config_get_wins_servers (NMIPConfig *config) * Gets the routes. * * Returns: (element-type NMIPRoute) (transfer none): the #GPtrArray containing - * #NMIPRoutes. This is the internal copy used by the configuration, and must + * #NMIPRoutes. This is the internal copy used by the configuration, and must * not be modified. The library never modifies the returned array and thus it is * safe for callers to reference and keep using it. *