~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to .pc/015_git-785023bf778b7cabbb482cac74b20896a07cb82f.patch/libs/service/interfaces/org.kde.networkmanagement.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

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" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
 
<node>
3
 
  <interface name="org.kde.networkmanagement">
4
 
    <!-- Re-read configuration -->
5
 
    <method name="ListActivatables">
6
 
      <arg type="as" direction="out"/>
7
 
    </method>
8
 
    <method name="ReadConfig" />
9
 
    <method name="ImportNm08Connections" />
10
 
 
11
 
    <signal name="ActivatableAdded">
12
 
          <arg name="added" type="s" direction="out" />
13
 
          <arg name="type" type="u" direction="out" />
14
 
    </signal>
15
 
    <signal name="ActivatableRemoved">
16
 
          <arg name="removed" type="s" direction="out" />
17
 
    </signal>
18
 
    <signal name="ReloadConfig" />
19
 
  </interface>
20
 
</node>