device: renew dhcp leases on awake for software devices
[NetworkManager.git] / introspection / nm-ppp-manager.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/">
4   <interface name="org.freedesktop.NetworkManager.PPP">
5     <annotation name="org.gtk.GDBus.C.Name" value="PPP_Manager"/>
6
7     <method name="NeedSecrets">
8       <arg name="username" type="s" direction="out"/>
9       <arg name="password" type="s" direction="out"/>
10     </method>
11
12     <method name="SetIp4Config">
13       <arg name="config" type="a{sv}" direction="in"/>
14     </method>
15
16     <method name="SetIp6Config">
17       <arg name="config" type="a{sv}" direction="in"/>
18     </method>
19
20     <method name="SetState">
21       <arg name="state" type="u" direction="in"/>
22     </method>
23   </interface>
24 </node>