aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-06 13:43:50 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-08 01:55:44 +0100
commit48ecbadffd21b6f1b389b1a24fc9484298dec600 (patch)
tree1e52f36c24cfd9e96281b6e16b4a86acfb5f306c
parent504804f943163bdbd97b4142421bf915b3a1c966 (diff)
downloadconnman-48ecbadffd21b6f1b389b1a24fc9484298dec600.tar.gz
connection: Update 'unset_default_gateway_route_common' documentation.
This updates the "see also" documentation for 'unset_default_gateway_route_common' to reflect other functions it calls or depends on.
-rw-r--r--src/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.c b/src/connection.c
index 84718d491..a7b2777f5 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1655,6 +1655,9 @@ done:
* @retval -ESRCH A request was made to unset, or clear a
* non-existing routing entry.
*
+ * @sa gateway_config_state_set
+ * @sa is_gateway_config_state
+ * @sa is_gateway_config_type
* @sa set_default_gateway_route_common
*
*/