Re: [PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.



On Thu, 2014-09-04 at 22:04 -0400, Mathieu Trudel-Lapierre wrote:
Signed-off-by: Mathieu Trudel-Lapierre <mathieu trudel-lapierre canonical com>
---
 introspection/nm-access-point.xml |  3 +++
 libnm-glib/libnm-glib.ver         |  1 +
 libnm-glib/nm-access-point.c      | 35 +++++++++++++++++++++++++++++++++++
 libnm-glib/nm-access-point.h      |  2 ++
 src/devices/wifi/nm-wifi-ap.c     | 23 ++++++++++++++++++++++-
 src/devices/wifi/nm-wifi-ap.h     |  1 +
 6 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/introspection/nm-access-point.xml b/introspection/nm-access-point.xml
index 21f238f..a2ab2f4 100644
--- a/introspection/nm-access-point.xml
+++ b/introspection/nm-access-point.xml
@@ -30,6 +30,9 @@
     <property name="Strength" type="y" access="read">
       <tp:docstring>The current signal quality of the access point, in percent.</tp:docstring>
     </property>
+    <property name="LastSeen" type="i" access="read">
+      <tp:docstring>The current signal quality of the access point, in percent.</tp:docstring>
+    </property>

Shouldn't that docstring have some updated text? Its obviously not the
signal quality right?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]