1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Testing/Experimental:

- Emit a dbus signal when an autoscan is called, so that the GUI can update if needed.

Experimental:
- Merged a few changes from the testing branch.
This commit is contained in:
imdano
2008-05-04 18:10:47 +00:00
parent e6ffa892ff
commit 0d1ba53bb1
4 changed files with 31 additions and 9 deletions

View File

@@ -652,6 +652,12 @@ class ConnectionWizard(dbus.service.Object):
"""
pass
@dbus.service.method('org.wicd.daemon')
@dbus.service.signal(dbus_interface='org.wicd.daemon', signature='')
def SendScanSignal(self):
""" Emits a signal announcing a scan has occurred. """
pass
########## WIRELESS FUNCTIONS
#################################