Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / object / property-notification.h
index d4e273f..3d404b6 100644 (file)
@@ -52,10 +52,10 @@ public:
    */
   enum NotifyMode
   {
-    Disabled,                             ///< Don't notify, regardless of result of Condition
-    NotifyOnTrue,                         ///< Notify whenever condition changes from false to true.
-    NotifyOnFalse,                        ///< Notify whenever condition changes from true to false.
-    NotifyOnChanged                       ///< Notify whenever condition changes (false to true, and true to false)
+    Disabled,                             ///< Don't notify, regardless of result of Condition @since_tizen 2.4
+    NotifyOnTrue,                         ///< Notify whenever condition changes from false to true. @since_tizen 2.4
+    NotifyOnFalse,                        ///< Notify whenever condition changes from true to false. @since_tizen 2.4
+    NotifyOnChanged                       ///< Notify whenever condition changes (false to true, and true to false) @since_tizen 2.4
   };
 
 public:
@@ -69,7 +69,7 @@ public:
   PropertyNotification();
 
   /**
-   * @brief Downcast an Object handle to PropertyNotification.
+   * @brief Downcast a handle to PropertyNotification handle.
    *
    * If handle points to an PropertyNotification object the downcast
    * produces valid handle. If not the returned handle is left
@@ -138,7 +138,9 @@ public:
   Property::Index GetTargetProperty() const;
 
   /**
-   * @brief Sets the Notification mode. This determines how the property
+   * @brief Sets the Notification mode.
+   *
+   * This determines how the property
    * notification should respond to the result of a condition.
    *
    * @since_tizen 2.4