summaryrefslogtreecommitdiff
path: root/src/nm-activation-request.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-activation-request.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-activation-request.h')
-rw-r--r--src/nm-activation-request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-activation-request.h b/src/nm-activation-request.h
index 1597109498..908db80c33 100644
--- a/src/nm-activation-request.h
+++ b/src/nm-activation-request.h
@@ -42,8 +42,6 @@ typedef struct {
typedef struct {
NMActiveConnectionClass parent;
- /* Signals */
- void (*properties_changed) (NMActRequest *req, GHashTable *properties);
} NMActRequestClass;
GType nm_act_request_get_type (void);