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:
Alberto Ruiz 2012-01-12 17:32:28 +00:00 committed by Dan Williams
parent 4f72ed2296
commit 511bc09663

View file

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