~neon/kdenetwork/trunk

« back to all changes in this revision

Viewing changes to kppp/org.kde.kppp.xml

  • Committer: uwolfer
  • Date: 2013-06-08 10:12:41 UTC
  • Revision ID: svn-v4:283d02a7-25f6-0310-bc7c-ecb5cbfe19da:trunk/KDE/kdenetwork:1357331
kdenetwork has moved to Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2
 
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
 
<node>
4
 
  <interface name="org.kde.kppp">
5
 
    <method name="beginConnect"/>
6
 
    <method name="disconnect"/>
7
 
    <method name="isConnected">
8
 
      <arg type="b" direction="out"/>
9
 
    </method>
10
 
    <signal name="aboutToConnect"/>
11
 
    <signal name="connected"/>
12
 
    <signal name="aboutToDisconnect"/>
13
 
    <signal name="disconnected"/>
14
 
  </interface>
15
 
</node>