Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / object / type-info.h
index ceb4ade..e6a0121 100644 (file)
@@ -48,9 +48,9 @@ namespace Internal DALI_INTERNAL
 class DALI_IMPORT_API TypeInfo : public BaseHandle
 {
 public:
-  typedef BaseHandle (*CreateFunction)(); ///< Function signature for creating an instance of the associated object type.
+  typedef BaseHandle (*CreateFunction)(); ///< Function signature for creating an instance of the associated object type. @since_tizen 2.4
 
-  typedef bool (*ActionFunction)(BaseObject*, const std::string&, const Property::Map&); ///< Function signature for creating scriptable actions
+  typedef bool (*ActionFunction)(BaseObject*, const std::string&, const Property::Map&); ///< Function signature for creating scriptable actions @since_tizen 2.4
 
   /**
    * @brief Connects a callback function with the object's signals.