From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001
From: Michael Biebl Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the access
@@ -584,7 +584,7 @@ with this function. connections an array of NMConnections to
+ an array of NMConnections to
filter.
-gint
+int
nm_access_point_get_last_seen ()
@@ -527,7 +527,7 @@ nm_access_point_get_strength (
nm_access_point_get_last_seen ()
-gint
+
int
nm_access_point_get_last_seen (
NMAccessPoint *ap);
@@ -594,7 +594,7 @@ filter.
-[element-type NMConnection]
an array of
-NMConnections that could be activated with the given ap
+NMConnections that could be activated with the given ap
. The array should
be freed with g_ptr_array_unref() when it is no longer required.
[transfer container][element-type NMConnection]
-- cgit 1.3.0-6-gf8a5 From e126f3e804c35480c4f075777430419d6ece23da Mon Sep 17 00:00:00 2001 From: Michael Biebl
nm_access_point_get_last_seen ()
-int
+gint
nm_access_point_get_last_seen (NMAccessPoint *ap);
Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the access
--
cgit 1.3.0-6-gf8a5