Merge "Added dbus method to commit iptables" into tizen
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-manager.xml
1 <node>
2         <interface name="net.stc.manager">
3                 <method name='Stop'>
4                         <arg type='i' name='error_code' direction='out'/>
5                 </method>
6                 <method name='CommitIptables'>
7                         <arg type='s' name='option' direction='in'/>
8                         <arg type='i' name='error_code' direction='out'/>
9                         <arg type='i' name='error_num' direction='out'/>
10                         <arg type='s' name='error_str' direction='out'/>
11                 </method>
12         </interface>
13 </node>