From e239bf15bb9787d15c429824b1e1176c35e978b6 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 19 Jul 2010 16:19:59 -0700 Subject: core: handle shadow properties on the MmPropertiesChanged interface Need to emit the D-Bus API property name, not the GObject property name for a few things on the Location interface. --- src/mm-modem-base.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mm-modem-base.c') diff --git a/src/mm-modem-base.c b/src/mm-modem-base.c index 0c39d2c7..3c541a27 100644 --- a/src/mm-modem-base.c +++ b/src/mm-modem-base.c @@ -562,15 +562,19 @@ mm_modem_base_init (MMModemBase *self) mm_properties_changed_signal_register_property (G_OBJECT (self), MM_MODEM_ENABLED, + NULL, MM_MODEM_DBUS_INTERFACE); mm_properties_changed_signal_register_property (G_OBJECT (self), MM_MODEM_EQUIPMENT_IDENTIFIER, + NULL, MM_MODEM_DBUS_INTERFACE); mm_properties_changed_signal_register_property (G_OBJECT (self), MM_MODEM_UNLOCK_REQUIRED, + NULL, MM_MODEM_DBUS_INTERFACE); mm_properties_changed_signal_register_property (G_OBJECT (self), MM_MODEM_UNLOCK_RETRIES, + NULL, MM_MODEM_DBUS_INTERFACE); } -- cgit v1.2.3-70-g09d2