Code review comment for lp:~unity-api-team/indicator-network/connectity-api-beginnings

Revision history for this message
Ted Gould (ted) wrote :

On Wed, 2015-04-22 at 10:09 +0000, Pete Woods wrote:

> Add flight mode and wifi toggles to connectivity service interface

It seems odd to me that we're adding to dbus whether the value is
changing.

+ <property name="FlightMode" type="b" access="read"/>
+ <property name="FlightModeIsChanging" type="b" access="read"/>
+
+ <property name="WifiEnabled" type="b" access="read"/>
+ <property name="WifiEnabledIsChanging" type="b" access="read"/>

Why would an application care if the value is changing?

« Back to merge proposal