Modified to send message to net popup
[platform/core/connectivity/stc-manager.git] / plugin / appstatus / include / stc-plugin-appstatus.h
old mode 100644 (file)
new mode 100755 (executable)
index ed4a7b4..45025be
@@ -29,19 +29,15 @@ typedef stc_error_e (*stc_plugin_app_state_changed_cb)(stc_cmd_type_e cmd,
 
 typedef struct {
        /* popup */
-       int (*send_restriction_message_to_net_popup) (const char *,
-                       const char *, const char *, const char *, const char *);
-       int (*send_warn_message_to_net_popup) (const char *,
-                       const char *, const char *, const char *, const char *);
+       int (*send_message_to_net_popup) (const char *, const char *,
+                       const char *, const char *, const char *);
        /* app status */
        int (*register_state_changed_cb) (stc_s *stc,
                        stc_plugin_app_state_changed_cb cb, void *data);
        int (*deregister_state_changed_cb) (stc_s *stc);
 } stc_plugin_appstatus_s;
 
-int stc_plugin_popup_send_restriction_message(const char *content,
-               const char *type, const char *app_id, const char *iftype, const char *limit);
-int stc_plugin_popup_send_restriction_message(const char *content,
+int stc_plugin_popup_send_message(const char *content,
                const char *type, const char *app_id, const char *iftype, const char *limit);
 
 int stc_plugin_appstatus_register_changed_cb(stc_s *stc,