This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#For more info see- | |
#https://dbus.freedesktop.org/doc/dbus-python/tutorial.html#receiving-signals | |
#https://developer.gnome.org/NetworkManager/stable/nm-dbus-types.html | |
#https://dbus.freedesktop.org/doc/dbus-specification.html | |
import dbus | |
from gi.repository import GLib | |
from dbus.mainloop.glib import DBusGMainLoop | |
NMState={ |