X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwrt-installer%2Fwrt_installer_api.h;h=512168b652213b869dbc9c4e5d4574339cd864ad;hb=929e80e90b75ae07ae1590204b0691905d1df349;hp=584e529e5a9743f0ed15e23c7cc1e95ce3c64571;hpb=c54b0e72310303ffff0ba1581f9e59c2fe613017;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/wrt-installer/wrt_installer_api.h b/src/wrt-installer/wrt_installer_api.h index 584e529..512168b 100644 --- a/src/wrt-installer/wrt_installer_api.h +++ b/src/wrt-installer/wrt_installer_api.h @@ -50,7 +50,8 @@ enum WrtInstallMode WRT_INSTALL_MODE_UNKNOWN = 0, WRT_INSTALL_MODE_INSTALL_WGT, WRT_INSTALL_MODE_INSTALL_DIRECTORY, - WRT_INSTALL_MODE_INSTALL_PRELOAD + WRT_INSTALL_MODE_INSTALL_PRELOAD, + WRT_INSTALL_MODE_REINSTALL }; void wrt_installer_init( @@ -63,7 +64,6 @@ void wrt_install_widget( WrtInstallerStatusCallback status_callback, WrtProgressCallback progress_callback, WrtInstallMode install_mode, - bool quiet, std::shared_ptr pkgmgrInterface );