mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 14:30:18 +01:00
libnm-glib: add NM_AVAILABLE_IN_1_0_6 for new API nm_access_point_get_last_seen()
Fixes: cdb8a44a6e
This commit is contained in:
parent
38ef9ea0c4
commit
ad3d4a032c
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,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_0_6
|
||||
gint32 nm_access_point_get_last_seen (NMAccessPoint *ap);
|
||||
|
||||
GSList * nm_access_point_filter_connections (NMAccessPoint *ap,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue