X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwidget-private.h;h=293e22675aa37feb7306bd319b344db29c04375d;hb=bc80aba1fa289601d45a4bae9690dd7bf0a67442;hp=662b7344eeff151776c665f3fd6dd4dfa946f977;hpb=7208f7bd77757c8a8313c7da01daf98b87bd3c9c;p=platform%2Fcore%2Fappfw%2Fappcore-widget.git diff --git a/src/widget-private.h b/src/widget-private.h index 662b734..293e226 100644 --- a/src/widget-private.h +++ b/src/widget-private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the License. @@ -18,16 +18,17 @@ #ifndef __APPCORE_WIDGET_PRIVATE_H__ #define __APPCORE_WIDGET_PRIVATE_H__ +#include + +#include #include #include #include #define FEATURE_SHELL_APPWIDGET "http://tizen.org/feature/shell.appwidget" - -int _set_i18n(const char *domainname); -void _update_lang(void); -void _update_region(void); -int widget_app_error(widget_error_e error, const char* function, const char *description); +int widget_app_error(widget_error_e error, const char *function, + const char *description); #endif /* __APPCORE_WIDGET_PRIVATE_H__ */ +