mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 07:17:57 +02:00
commit 736e888c683a2b630310c5fb3119fdb0466df223
Author: Tambet Ingo <tambet@gmail.com>
Date: Fri Mar 7 10:44:36 2008 -0600
Rework ppp-manager to set up dbus service instead of doing it in pppd plugin.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3388 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
21 lines
794 B
XML
21 lines
794 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
<interface name="org.freedesktop.NetworkManager.PPP">
|
|
<method name="NeedSecrets">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_need_secrets"/>
|
|
<arg name="settings" type="a{sa{sv}}" direction="in"/>
|
|
<arg name="setting_name" type="s" direction="out"/>
|
|
</method>
|
|
|
|
<method name="SetIp4Config">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip4_config"/>
|
|
<arg name="config" type="a{sv}" direction="in"/>
|
|
</method>
|
|
|
|
<method name="SetState">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_state"/>
|
|
<arg name="state" type="u" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|