mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 05:20:32 +01:00
docs: fix section header name for nm_access_point_connection_valid()
nm_access_point_connection_valid documentation had nm_access_point_filter_connection as the section string, probably a typo after copy pasting
This commit is contained in:
parent
fc66e85146
commit
4f72ed2296
1 changed files with 6 additions and 6 deletions
|
|
@ -359,7 +359,7 @@ nm_access_point_get_strength (NMAccessPoint *ap)
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_access_point_filter_connections:
|
||||
* nm_access_point_connection_valid:
|
||||
* @ap: an #NMAccessPoint to validate @connection against
|
||||
* @connections: an #NMConnection to validate against @ap
|
||||
*
|
||||
|
|
@ -368,11 +368,6 @@ nm_access_point_get_strength (NMAccessPoint *ap)
|
|||
* @ap's SSID, (if given) BSSID, and other attributes like security settings,
|
||||
* channel, band, etc.
|
||||
*
|
||||
* To obtain the list of connections that are compatible with this access point,
|
||||
* use nm_remote_settings_list_connections() and then filter the returned list
|
||||
* for a given #NMDevice using nm_device_filter_connections() and finally
|
||||
* filter that list with this function.
|
||||
*
|
||||
* Returns: %TRUE if the connection may be activated with this WiFi AP,
|
||||
* %FALSE if it cannot be.
|
||||
**/
|
||||
|
|
@ -480,6 +475,11 @@ nm_access_point_connection_valid (NMAccessPoint *ap, NMConnection *connection)
|
|||
* returned connections will match the @ap's SSID and (if given) BSSID and
|
||||
* other attributes like security settings, channel, etc.
|
||||
*
|
||||
* To obtain the list of connections that are compatible with this access point,
|
||||
* use nm_remote_settings_list_connections() and then filter the returned list
|
||||
* for a given #NMDevice using nm_device_filter_connections() and finally
|
||||
* filter that list with this function.
|
||||
*
|
||||
* Returns: (transfer container) (element-type NetworkManager.Connection): a
|
||||
* list of #NMConnection objects that could be activated with the given @ap.
|
||||
* The elements of the list are owned by their creator and should not be freed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue