From ceb5cc29d6be2133c5e6ff428477e8da0422e8a2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 1 Jan 2011 17:47:40 -0600 Subject: core: signal property changes for IpMethod If the modem's IP Method changes after construction because the modem's full capabilities were only discovered after it was created, make sure the change notification gets emitted. --- src/mm-modem-base.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/mm-modem-base.c b/src/mm-modem-base.c index 50088fb5..ec0fd979 100644 --- a/src/mm-modem-base.c +++ b/src/mm-modem-base.c @@ -626,6 +626,10 @@ mm_modem_base_init (MMModemBase *self) MM_MODEM_UNLOCK_RETRIES, NULL, MM_MODEM_DBUS_INTERFACE); + mm_properties_changed_signal_register_property (G_OBJECT (self), + MM_MODEM_IP_METHOD, + NULL, + MM_MODEM_DBUS_INTERFACE); } static void -- cgit v1.2.3-70-g09d2