X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fwearable%2Fwatch%2Fwatch-application.h;h=da12127f62dc663e847a09ce2ba45a5dbd3b6905;hb=fee3dd936853e916fd62b8b4444a3b9cec68578c;hp=29fc535a9c5a034c3275b58b419667aac41eb703;hpb=e0fdd9b1f8ff47750b3ee8c7d7a03320bb660381;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/wearable/watch/watch-application.h b/adaptors/wearable/watch/watch-application.h index 29fc535..da12127 100644 --- a/adaptors/wearable/watch/watch-application.h +++ b/adaptors/wearable/watch/watch-application.h @@ -96,7 +96,7 @@ class WatchApplication; class DALI_IMPORT_API WatchApplication : public Application { public: - typedef Signal< void (Application&, const WatchTime &) > WatchTimeSignal; ///< Watch pointer signal callback type @SINCE_1_1.37 + typedef Signal< void (Application&, const WatchTime&) > WatchTimeSignal; ///< Watch pointer signal callback type @SINCE_1_1.37 typedef Signal< void (Application&, bool) > WatchBoolSignal; ///< Watch bool signal callback type @SINCE_1_1.37 public: @@ -163,7 +163,7 @@ public: * @brief This signal is emitted at every second * A callback of the following type may be connected: * @code - * void YourCallbackName(Application& application, WatchTimeSignal &time); + * void YourCallbackName(Application& application, const WatchTime& time); * @endcode * time(watch time handle) will not be available after returning this callback. It will be freed by the framework. * @SINCE_1_1.37 @@ -175,7 +175,7 @@ public: * @brief This signal is emitted at each minute in ambient mode * A callback of the following type may be connected: * @code - * void YourCallbackName(Application& application, WatchTimeSignal &time); + * void YourCallbackName(Application& application, const WatchTime& time); * @endcode * time(watch time handle) will not be available after returning this callback. It will be freed by the framework. * @SINCE_1_1.37