aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-base.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-19 16:19:59 -0700
committerDan Williams <dcbw@redhat.com>2010-07-19 16:19:59 -0700
commite239bf15bb9787d15c429824b1e1176c35e978b6 (patch)
treee1164208beb66de6136469fcb876dd78b2cd5fe2 /src/mm-modem-base.c
parent56665c19af431234ebe1b22cff9f0f9b9fb3d02f (diff)
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.
Diffstat (limited to 'src/mm-modem-base.c')
-rw-r--r--src/mm-modem-base.c4
1 files changed, 4 insertions, 0 deletions
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);
}