Update change log and spec for wrt-plugins-tizen_0.4.58
[platform/framework/web/wrt-plugins-tizen.git] / src / Application / JSApplicationManager.h
index 3f28d1d..873be7c 100644 (file)
@@ -36,7 +36,7 @@ public:
 
        static const JSClassRef getClassRef();
 
-       static void setTitleProperty(JSContextRef context, std::string propertyValue);
+       //static void setTitleProperty(JSContextRef context, std::string propertyValue);
 
 private:
        /**
@@ -50,11 +50,6 @@ private:
        static void finalize(JSObjectRef object);
 
        /**
-        * The callback invoked when an object is used as the target of an 'instanceof' expression.
-        */
-       static bool hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleInstance, JSValueRef* exception);
-
-       /**
         * Gets a current application
         */
        static JSValueRef getCurrentApplication(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount,
@@ -140,6 +135,12 @@ private:
                        const JSValueRef arguments[], JSValueRef* exception);
 
        /**
+        * Get meta data of specific application
+        */
+       static JSValueRef getAppMetaData(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount,
+                       const JSValueRef arguments[], JSValueRef* exception);
+
+       /**
         * This structure contains properties and callbacks that define a type of object.
         */
        static JSClassDefinition m_classInfo;