add new dbus method for preferred Ipv6 address
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-network-state.xml
old mode 100644 (file)
new mode 100755 (executable)
index 698f35b..f0000a3
                </method>
                <method name="CheckGetPrivilege"></method>
                <method name="CheckProfilePrivilege"></method>
-               <method name="LaunchMdns"></method>
-               <method name="RefMdns"></method>
-               <method name="UnrefMdns"></method>
+               <method name="CheckInternetPrivilege"></method>
+               <method name="LaunchMdns">
+                       <arg type="s" name="name" direction="in"/>
+               </method>
                <method name="DevicePolicySetWifi">
                        <arg type="i" name="state" direction="in"/>
                </method>
                <method name="DevicePolicyGetWifiProfile">
                        <arg type="i" name="state" direction="out"/>
                </method>
+               <method name="GetMeteredInfo">
+                       <arg type="b" name="state" direction="out"/>
+               </method>
+               <method name="PreferredIpv6Address">
+                       <arg type="s" name="profile" direction="in"/>
+                       <arg type="s" name="address" direction="out"/>
+               </method>
        </interface>
 </node>