Change pkgname to appid for docomo request. PART1
[platform/framework/web/wrt-installer.git] / src / wrt-installer / wrt_installer_api.h
index 6f2bea6..7ef5893 100755 (executable)
@@ -248,15 +248,15 @@ void wrt_install_widget(const char *path,
         );
 
 /**
- * @fn void wrt_installer_uninstall_widget (const char * const pkg_name,
+ * @fn void wrt_installer_uninstall_widget (const char * const tizenAppid,
  *                                void* userdata,
  *                                WrtInstallerStatusCallback cb)
  * @brief Uninstalls widget using its name
  *
- * This method is used to uninstall the widget specified by its pkgname.
+ * This method is used to uninstall the widget specified by its appid.
  * The callback function is called when the uninstall operation is done.
  *
- * @param [in]  pkg_name    - package name
+ * @param [in]  tzAppid     - tizen appid
  * @param [in]  userdata    - user parameters to be passed to the callback
  * @param [in]  status_cb   - Call to this one will be done at the end of
  *                            operation
@@ -275,7 +275,7 @@ void wrt_install_widget(const char *path,
  *
  * @see wrt_installer_install_widget
  */
-void wrt_uninstall_widget (const char * const pkg_name,
+void wrt_uninstall_widget (const char * const tzAppid,
         void* userdata,
         WrtInstallerStatusCallback status_cb,
         WrtProgressCallback progress_cb,
@@ -342,12 +342,12 @@ int wrt_installer_init_for_tests(void *userdata,
 void wrt_installer_shutdown_for_tests();
 
 /**
- * @brief wrt_get_widget_by_guid Returns pkgname by pkg guid (widgetId)
- * @param pkgname pkgname argument ot be set
+ * @brief wrt_get_widget_by_guid Returns tizenAppid by pkg guid (widgetId)
+ * @param tzAppid tizen appid argument ot be set
  * @param guid guid that we look for
  * @return error code
  */
-WrtErrStatus wrt_get_widget_by_guid(std::string &pkgname, const std::string guid);
+WrtErrStatus wrt_get_widget_by_guid(std::string &tzAppid, const std::string guid);
 #ifdef __cplusplus
 }
 #endif