Merge changes I279bb901,If101a133 into tizen_2.1
[platform/framework/native/appfw.git] / inc / FAppIAppControlResponseListener.h
index ee367ba..001e724 100755 (executable)
@@ -65,7 +65,7 @@ public:
         * @param[in]   appId                   The ID of the requested application
         * @param[in]   operationId             The operation ID used in application control invocation
         * @param[in]   appControlResult        The application control result
-        * @param[in]   pExtraData              The Tizen::Base::String key and %Tizen::Base::String value pair map of application result data
+        * @param[in]   pExtraData              A pointer to an result map of key and value pair where the key of type String and the value of type String or of type ArrayList of String
         * @remarks     The application control completion result is received when the requested application control
         *                      sends the result using AppControlProviderManager::SendAppControlResult().
         * @see         AppControl