Add monitor plugin requires for install dependency
[platform/core/connectivity/stc-manager.git] / include / stc-restriction.h
index fe25ea2..1ee0255 100755 (executable)
@@ -52,6 +52,16 @@ gboolean handle_restriction_unset(StcRestriction *object,
                                   GVariant *parameters,
                                   void *user_data);
 
+gboolean handle_restriction_set_list(StcRestriction *object,
+                               GDBusMethodInvocation *invocation,
+                               GVariant *parameters,
+                               void *user_data);
+
+gboolean handle_restriction_unset_list(StcRestriction *object,
+                                  GDBusMethodInvocation *invocation,
+                                  GVariant *parameters,
+                                  void *user_data);
+
 gboolean handle_restriction_get(StcRestriction *object,
                                GDBusMethodInvocation *invocation,
                                const gchar *app_id,