mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 22:20:27 +01:00
docs: added notes to the nm_device_filter_connections docs
Added some notes about how to get the connection list
This commit is contained in:
parent
4f72ed2296
commit
511bc09663
1 changed files with 2 additions and 1 deletions
|
|
@ -1602,7 +1602,8 @@ nm_device_connection_valid (NMDevice *device, NMConnection *connection)
|
|||
* contain any WiFi connections in @connections that allow connection to
|
||||
* unencrypted or WEP-enabled SSIDs. The returned list will not contain
|
||||
* Ethernet, Bluetooth, WiFi WPA connections, or any other connection that is
|
||||
* incompatible with the device.
|
||||
* incompatible with the device. To get the full list of connections see
|
||||
* nm_remote_settings_list_connections().
|
||||
*
|
||||
* Returns: (transfer container) (element-type NetworkManager.Connection): a
|
||||
* list of #NMConnection objects that could be activated with the given @device.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue