summaryrefslogtreecommitdiff
path: root/libnm/nm-access-point.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-09 12:24:22 +0200
committerThomas Haller <thaller@redhat.com>2015-08-09 14:37:10 +0200
commitb503b02caccb6f3252d014a475a5c98bb9a9f9da (patch)
tree23ead0baa31520efd5d5acd3815e3746c2f9ab5c /libnm/nm-access-point.h
parent311b90080f690d2223b35612d27a13641290d5f2 (diff)
downloadNetworkManager-b503b02caccb6f3252d014a475a5c98bb9a9f9da.tar.gz
libnm: add NM_AVAILABLE_IN_1_2 for API nm_access_point_get_last_seen()
Fixes: 1e85c3584670c167b36b784f3504f190047b84f8
Diffstat (limited to 'libnm/nm-access-point.h')
-rw-r--r--libnm/nm-access-point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h
index 953a1567c4..f1e2654812 100644
--- a/libnm/nm-access-point.h
+++ b/libnm/nm-access-point.h
@@ -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,