From 3af15cdbcd31a7ac4eda748ae83180a228d30a80 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 23 Jun 2011 23:18:37 +0300 Subject: Use a gdbus-codegen generated GDBusProxy to monitor NM state 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 --- data/Makefile.am | 1 + data/ephy-network-manager.xml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 data/ephy-network-manager.xml (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 6fcfa8144..4d9cf6a36 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -72,6 +72,7 @@ EXTRA_DIST = \ $(gsettings_files) \ $(convert_DATA) \ epiphany-service.xml \ + ephy-network-manager.xml \ check-mime.py DISTCLEANFILES = \ diff --git a/data/ephy-network-manager.xml b/data/ephy-network-manager.xml new file mode 100644 index 000000000..90fcd7011 --- /dev/null +++ b/data/ephy-network-manager.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.3