summaryrefslogtreecommitdiff
path: root/src/nm-dhcp6-config.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-dhcp6-config.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-dhcp6-config.h')
-rw-r--r--src/nm-dhcp6-config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-dhcp6-config.h b/src/nm-dhcp6-config.h
index ef742ac4af..2af6560788 100644
--- a/src/nm-dhcp6-config.h
+++ b/src/nm-dhcp6-config.h
@@ -38,8 +38,6 @@ typedef struct {
typedef struct {
GObjectClass parent;
- /* Signals */
- void (*properties_changed) (NMDHCP6Config *config, GHashTable *properties);
} NMDHCP6ConfigClass;
#define NM_DHCP6_CONFIG_OPTIONS "options"