X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fpublic-api%2Fadaptor-framework%2Fapplication.h;h=d36416ba1130a65957c391b2232ee12655d158a4;hb=ae37a5866286d97378c956ff9b55efb0e8c565e8;hp=9e215c9828d967bb72abd1be21b0070ea4c95879;hpb=069115710154dd741a6f3e6efce89a71ce79ebd3;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/public-api/adaptor-framework/application.h b/adaptors/public-api/adaptor-framework/application.h index 9e215c9..d36416b 100644 --- a/adaptors/public-api/adaptor-framework/application.h +++ b/adaptors/public-api/adaptor-framework/application.h @@ -108,6 +108,7 @@ class DALI_IMPORT_API Application : public BaseHandle { public: + typedef Signal< void (Application&) > AppSignalType; ///< Application lifecycle signal and system signal callback type @SINCE_1_0.0 typedef Signal< void (Application&, void *) > AppControlSignalType; ///< Application control signal callback type @SINCE_1_0.0 @@ -284,7 +285,6 @@ public: */ static std::string GetResourcePath(); - public: // Stereoscopy /** @@ -393,18 +393,20 @@ public: // Signals AppSignalType& RegionChangedSignal(); /** + * @DEPRECATED_1_2.58 Use LowBatterySignal() instead. * @brief This signal is emitted when the battery level of the device is low. * @SINCE_1_0.0 * @return The signal to connect to */ - AppSignalType& BatteryLowSignal(); + AppSignalType& BatteryLowSignal() DALI_DEPRECATED_API; /** + * @DEPRECATED_1_2.58 Use LowMemorySignal() instead. * @brief This signal is emitted when the memory level of the device is low. * @SINCE_1_0.0 * @return The signal to connect to */ - AppSignalType& MemoryLowSignal(); + AppSignalType& MemoryLowSignal() DALI_DEPRECATED_API; public: // Not intended for application developers /// @cond internal