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:
@@ -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
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user