From 5a223b908954a67aef0c77ca29a251560eaace60 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 May 2013 12:18:41 -0400 Subject: 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. --- src/nm-dhcp6-config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nm-dhcp6-config.h') 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" -- cgit v1.2.1