doc: fix GTK-Doc NMRoute links
https://mail.gnome.org/archives/networkmanager-list/2018-May/msg00000.html
This commit is contained in:

committed by
Thomas Haller

parent
62363ebc8f
commit
fe3db7aed3
@@ -259,7 +259,7 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class)
|
|||||||
/**
|
/**
|
||||||
* NMIP4Config:routes:
|
* NMIP4Config:routes:
|
||||||
*
|
*
|
||||||
* The #GPtrArray containing #NMSettingIP4Routes of the configuration.
|
* The #GPtrArray containing #NMSettingIP4Route<!-- -->s of the configuration.
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
(object_class, PROP_ROUTES,
|
(object_class, PROP_ROUTES,
|
||||||
@@ -459,7 +459,7 @@ nm_ip4_config_get_wins_servers (NMIP4Config *config)
|
|||||||
* Gets the routes.
|
* Gets the routes.
|
||||||
*
|
*
|
||||||
* Returns: (element-type NMIP4Route): the #GSList containing
|
* Returns: (element-type NMIP4Route): the #GSList containing
|
||||||
* #NMIP4Routes. This is the internal copy used by the configuration,
|
* #NMIP4Route<!-- -->s. This is the internal copy used by the configuration,
|
||||||
* and must not be modified.
|
* and must not be modified.
|
||||||
**/
|
**/
|
||||||
const GSList *
|
const GSList *
|
||||||
|
@@ -310,7 +310,7 @@ nm_ip6_config_get_searches (NMIP6Config *config)
|
|||||||
* Gets the routes.
|
* Gets the routes.
|
||||||
*
|
*
|
||||||
* Returns: (element-type NMIP6Route): the #GSList containing
|
* Returns: (element-type NMIP6Route): the #GSList containing
|
||||||
* #NMIP6Routes. This is the internal copy used by the configuration,
|
* #NMIP6Route<!-- -->s. This is the internal copy used by the configuration,
|
||||||
* and must not be modified.
|
* and must not be modified.
|
||||||
**/
|
**/
|
||||||
const GSList *
|
const GSList *
|
||||||
|
@@ -491,7 +491,7 @@ nm_ip_config_get_wins_servers (NMIPConfig *config)
|
|||||||
* Gets the routes.
|
* Gets the routes.
|
||||||
*
|
*
|
||||||
* Returns: (element-type NMIPRoute) (transfer none): the #GPtrArray containing
|
* Returns: (element-type NMIPRoute) (transfer none): the #GPtrArray containing
|
||||||
* #NMIPRoutes. This is the internal copy used by the configuration, and must
|
* #NMIPRoute<!-- -->s. 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
|
* not be modified. The library never modifies the returned array and thus it is
|
||||||
* safe for callers to reference and keep using it.
|
* safe for callers to reference and keep using it.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user