Add widget app restart logic
[platform/core/appfw/appcore-widget.git] / include / widget_app_internal.h
index 024cfa9..c278012 100644 (file)
@@ -27,6 +27,7 @@ extern "C" {
  * For in-house applications
  *
  */
+
 typedef struct {
        struct __pointer {
                double x;
@@ -60,6 +61,8 @@ struct _widget_class_factory_full {
 };
 
 const widget_class_factory_full_s *widget_app_get_class_factory(void);
+int widget_app_restart();
+
 
 #ifdef __cplusplus
 }