X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fwidget_app_internal.h;h=c22526390374769a0e4c02733d5952e2c67bbf53;hb=0db6707d80cbb80da2cf9db73f0c42489eceef78;hp=260f4f307305f8261e88d378c2bd652c0eecfcba;hpb=11a72e0c52013001af118512e7eac86259b0294b;p=platform%2Fcore%2Fappfw%2Fappcore-widget.git diff --git a/include/widget_app_internal.h b/include/widget_app_internal.h index 260f4f3..c225263 100644 --- a/include/widget_app_internal.h +++ b/include/widget_app_internal.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. @@ -23,52 +23,11 @@ extern "C" { #endif -/** - * For in-house applications - * - */ - -typedef struct -{ - struct __pointer - { - double x; - double y; - int down; - } pointer; - - struct __part - { - double sx; - double sy; - double ex; - double ey; - } part; - -} widget_obj_event_info_s; - -typedef int (*widget_instance_text_signal_cb)(widget_context_h context, const char *signal_name, - const char *source, widget_obj_event_info_s *info, void *user_data); - -typedef struct _widget_obj_private_ops -{ - widget_instance_text_signal_cb text_signal; -} widget_obj_private_ops_s; - -typedef struct _widget_class_factory_full widget_class_factory_full_s; -typedef const widget_class_factory_full_s* (*widget_class_factory_override_text_signal)(widget_instance_text_signal_cb op); - -typedef widget_class_h (*_widget_class_factory_operation_make)(widget_instance_lifecycle_callback_s callback); - -struct _widget_class_factory_full -{ - widget_class_factory_override_text_signal override_text_signal; -}; - -const widget_class_factory_full_s* widget_app_get_class_factory(void); +int widget_app_restart(void); #ifdef __cplusplus } #endif -#endif +#endif /* __TIZEN_APPFW_WIDGET_APP_INTERNAL_H__ */ +