Remake old APIs using new APIs
[platform/core/appfw/app-core.git] / include / appcore_base.h
index bd8b758..6122119 100644 (file)
@@ -85,6 +85,7 @@ int appcore_base_get_rotation_state(enum appcore_base_rm *curr);
 bool appcore_base_is_bg_allowed(void);
 bool appcore_base_is_suspended(void);
 void appcore_base_toggle_suspended_state(void);
+int appcore_base_set_i18n(const char *domain_name, const char *dir_name);
 
 
 #ifdef __cplusplus