From 511bc096639756dd05364bb9ff12b8c9c748743b Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 12 Jan 2012 17:32:28 +0000 Subject: [PATCH] docs: added notes to the nm_device_filter_connections docs Added some notes about how to get the connection list --- libnm-glib/nm-device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index acebb3285b..1d2ba56e07 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -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.