mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 14:50:30 +01:00
libnm: add NM_AVAILABLE_IN_1_2 for API nm_access_point_get_last_seen()
Fixes: 1e85c35846
This commit is contained in:
parent
311b90080f
commit
b503b02cac
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ guint32 nm_access_point_get_frequency (NMAccessPoint *ap);
|
|||
NM80211Mode nm_access_point_get_mode (NMAccessPoint *ap);
|
||||
guint32 nm_access_point_get_max_bitrate (NMAccessPoint *ap);
|
||||
guint8 nm_access_point_get_strength (NMAccessPoint *ap);
|
||||
NM_AVAILABLE_IN_1_2
|
||||
gint nm_access_point_get_last_seen (NMAccessPoint *ap);
|
||||
|
||||
GPtrArray * nm_access_point_filter_connections (NMAccessPoint *ap,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue