aboutsummaryrefslogtreecommitdiffstats
path: root/data/ephy-network-manager.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use a gdbus-codegen generated GDBusProxy to monitor NM stateClaudio Saavedra2011-06-241-0/+9
Get rid of the EphyNetMonitor code and instead generate a GDBusProxy subclass that monitors the StateChanged signal and State property in org.gnome.NetworkManager. This proxy exports these features as standard GObject signal and property, respectively, so we can use it directly through the relevant accessors. https://bugzilla.gnome.org/show_bug.cgi?id=622903