nm_connection_is_valid_secondary: Doc++

This commit is contained in:
Alexander Krause 2025-12-25 21:48:42 +01:00
parent 7bc5a1fc26
commit 9275889767
No known key found for this signature in database
GPG key ID: 593EED05BC3EF6FD

View file

@ -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.
*