From 9275889767ca30af8ee4e5d06ba120869da947ac Mon Sep 17 00:00:00 2001 From: Alexander Krause Date: Thu, 25 Dec 2025 21:48:42 +0100 Subject: [PATCH] nm_connection_is_valid_secondary: Doc++ --- src/libnm-core-impl/nm-connection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libnm-core-impl/nm-connection.c b/src/libnm-core-impl/nm-connection.c index 81df36572e..80a515e25f 100644 --- a/src/libnm-core-impl/nm-connection.c +++ b/src/libnm-core-impl/nm-connection.c @@ -2882,6 +2882,8 @@ nm_connection_is_type(NMConnection *connection, const char *type) * @connection: the #NMConnection * * Checks whether the given connection can be activated as a secondary. + * A valid secondary connection is either a Wireguard connection or + * a connection belonging to a VPN plugin, e.g., OpenVPN. * * Returns: %TRUE if the connection is a valid secondary. *