summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-07 12:18:41 -0400
committerDan Winship <danw@gnome.org>2013-05-20 16:38:33 -0300
commit5a223b908954a67aef0c77ca29a251560eaace60 (patch)
tree698e97637f73aab6bfb7689ad044068f56052add /src/nm-manager.h
parent04cb58eacd1df9c25f0411b8c4062b0f9edcde0f (diff)
downloadNetworkManager-5a223b908954a67aef0c77ca29a251560eaace60.tar.gz
core: make nm-properties-changed-signal always export the right properties
Change the way that nm-properties-changed-signal works, and parse the dbus-binding-tool-generated info to get the exact list of properties that it's expected to export. This makes NM_PROPERTY_PARAM_NO_EXPORT unnecessary, and also fixes the problem of properties like NMDevice:hw-address being exported on classes where it shouldn't be.
Diffstat (limited to 'src/nm-manager.h')
-rw-r--r--src/nm-manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nm-manager.h b/src/nm-manager.h
index 26bb3db536..f4b4909d9e 100644
--- a/src/nm-manager.h
+++ b/src/nm-manager.h
@@ -80,7 +80,6 @@ typedef struct {
void (*device_added) (NMManager *manager, NMDevice *device);
void (*device_removed) (NMManager *manager, NMDevice *device);
void (*state_changed) (NMManager *manager, guint state);
- void (*properties_changed) (NMManager *manager, GHashTable *properties);
} NMManagerClass;
GType nm_manager_get_type (void);