summaryrefslogtreecommitdiff
path: root/src/nm-properties-changed-signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-properties-changed-signal.h')
-rw-r--r--src/nm-properties-changed-signal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nm-properties-changed-signal.h b/src/nm-properties-changed-signal.h
index 97a3b2c024..9b495d92bf 100644
--- a/src/nm-properties-changed-signal.h
+++ b/src/nm-properties-changed-signal.h
@@ -24,8 +24,6 @@
#include <glib-object.h>
-void nm_properties_changed_signal_add_property (GType type,
- const char *dbus_property_name,
- const char *gobject_property_name);
+void nm_properties_changed_signal_setup (GObjectClass *nm_type_class, GType dbus_type);
#endif /* _NM_PROPERTIES_CHANGED_SIGNAL_H_ */