doxygen comment was modified.
author“Bumseung <bumseung.cho@samsung.com>
Tue, 16 Apr 2013 08:49:07 +0000 (17:49 +0900)
committer“Bumseung <bumseung.cho@samsung.com>
Tue, 16 Apr 2013 08:49:07 +0000 (17:49 +0900)
Change-Id: I04eaaf2b87e70de3a0205b1d12730c3eb9ae6069
Signed-off-by: “Bumseung <bumseung.cho@samsung.com>
inc/FUiDataBindingContext.h

index b29ba6a..8c555e3 100644 (file)
@@ -280,8 +280,9 @@ public:
        * @exception    E_SUCCESS               The method is successful.
        * @exception    E_SYSTEM                A system error has occurred.
        * @exception    E_INVALID_ARG           The specified @c destType is not of a supported type.
-       * @remarks       If you have set a data binding listener, @n
-                                       this method is returned after that listener is called.
+       * @remarks       1. If you have set a data binding listener, @n
+                                       this method is returned after that listener is called. @n
+                               2. The behavior of this method is dependent on the system default locale setting.
        * @see    IDataBindingListener
        */
        result UpdateAllBindings(DataBindingDestinationType destType);
@@ -298,8 +299,9 @@ public:
        * @exception    E_OBJ_NOT_FOUND         The given binding ID is not registered.
        * @exception    E_INVALID_OPERATION    The given binding's trigger is not 'explicit' type.
        * @exception    E_INVALID_ARG  The specified @c destType is not supported in binding ID.
-       * @remarks       If you have set a data binding listener, @n
-                                       this method is returned after that listener is called.
+       * @remarks       1. If you have set a data binding listener, @n
+                                       this method is returned after that listener is called.@n
+                               2. The behavior of this method is dependent on the system default locale setting.
        * @see    IDataBindingListener
        */
        result UpdateBinding(const Tizen::Base::String& bindingId, DataBindingDestinationType destType);