X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fappcore-efl.h;h=393cf934a68742e05d035333e29c357305442570;hb=d6a09f48f7ced6a16793fc4fc0f99aa21bac25ac;hp=f3ab3b652d166bde327c4db84fd108da99819518;hpb=e821ae11e1794900b880dee959cee86ca08d5bf9;p=platform%2Fcore%2Fappfw%2Fapp-core.git diff --git a/include/appcore-efl.h b/include/appcore-efl.h index f3ab3b6..393cf93 100644 --- a/include/appcore-efl.h +++ b/include/appcore-efl.h @@ -126,46 +126,8 @@ int main(int argc, char *argv[]) int appcore_efl_main(const char *name, int *argc, char ***argv, struct appcore_ops *ops); -/** - * @par Description: - * This API sets system resource reclaiming. - * - * @par Purpose: - * When this is not enabled, the application doesn't reclaim system resource. - * - * @param[in] enable Application name - * - * @return 0 on success, -1 on error (errno set) - * - * - * @pre None. - * @post None. - * @see None. - * @remarks None. - * - * @par Sample code: - * @code -#include - -int _create(void *data) -{ - int r; - - ... - r = appcore_set_system_resource_reclaiming(FALSE); - if (r) { - // add exception handling - perror("appcore_set_system_resource_reclaiming"); - } - ... -} - * @endcode - * - */ int appcore_set_system_resource_reclaiming(bool enable); -int appcore_set_preinit_window_name(const char *win_name); - #ifdef __cplusplus } #endif