X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fwidget_app_internal.h;h=c22526390374769a0e4c02733d5952e2c67bbf53;hb=ba6b1d532574ddac7a4881d7a8cb1515e1ba23ae;hp=024cfa9b62330a6865e799f4d0638dc336ba85fc;hpb=f23e0188ab8db88c7d98391f1e4b451a8cd02951;p=platform%2Fcore%2Fappfw%2Fappcore-widget.git diff --git a/include/widget_app_internal.h b/include/widget_app_internal.h index 024cfa9..c225263 100644 --- a/include/widget_app_internal.h +++ b/include/widget_app_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 - 2016 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,43 +23,7 @@ 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 }