Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-03-16 02:00:22 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-03-16 02:00:22 (GMT)
commit0e1ec97663f87c2da2bb32288628b37c97c5666d (patch)
treebbff1db80f1b27957586e03e44e642dcf2aae946 /shell
parent4371fb08832dc660150375cab15aece896656e64 (diff)
Add accessor for mode
Diffstat (limited to 'shell')
-rw-r--r--shell/hardware/nmclient.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index 89565f7..a3a4847 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -134,6 +134,9 @@ class Network(gobject.GObject):
def get_caps(self):
return self._caps
+ def get_mode(self):
+ return self._mode
+
def get_state(self):
return self._state