Add a DBus method to access vconf via DBus
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-network-state.xml
index 5b8b46a..ddcafe6 100755 (executable)
                        <arg type="s" name="profile" direction="in"/>
                        <arg type="s" name="address" direction="out"/>
                </method>
+               <method name="RequestVconfValue">
+                       <arg type="s" name="key" direction="in"/>
+                       <arg type="s" name="type" direction="in"/>
+                       <arg type="i" name="ret" direction="out"/>
+                       <arg type="i" name="int_value" direction="out"/>
+                       <arg type="s" name="str_value" direction="out"/>
+               </method>
        </interface>
        <interface name="net.netconfig.tcpdump">
                <method name="StartTCPDump">