X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwrt-installer%2Fwrt_installer_api.h;h=584e529e5a9743f0ed15e23c7cc1e95ce3c64571;hb=d1ea950227e1c5dd3cf1a179fc61f2ad90506fcd;hp=f5f726d3df969ba3a3b68c0432348c8953d82558;hpb=d4ea3ba261fc97db4b973fd66715fb211347d31c;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 f5f726d..584e529 100644 --- a/src/wrt-installer/wrt_installer_api.h +++ b/src/wrt-installer/wrt_installer_api.h @@ -44,14 +44,6 @@ typedef void (*WrtInstallerStatusCallback)(std::string tizenId, typedef void (*WrtProgressCallback)(float percent, const char *description, void *data); -typedef void (*WrtAllPluginInstalledCallback)(void *userdata); - -typedef struct -{ - WrtAllPluginInstalledCallback plugin_installed_cb; - char *plugin_path; - void *user_data; -} wrt_plugin_data; enum WrtInstallMode { @@ -86,8 +78,6 @@ void wrt_install_plugin(const char *pluginDirectory, void *userData, WrtPluginInstallerStatusCallback statusCallback, WrtProgressCallback progressCallback); -void wrt_install_all_plugins(WrtAllPluginInstalledCallback installed_cb, - void *user_param); #ifdef __cplusplus }