~ubuntu-branches/ubuntu/trusty/kdeplasma-addons/trusty

« back to all changes in this revision

Viewing changes to applets/lancelot/app/src/external/org.kde.kmail.folder.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100525095014-6mlrm9z9bkws0zkt
Tags: 4:4.4.80-0ubuntu1
* New upstream beta release:
  - Bump kde-sc-dev-latest build-dep version to 4.4.80
  - Refresh kubuntu_04_kimpanel_disable_scim.diff
  - Update various .install files
  - Drop liblancelot0a and liblancelot-dev packages; Upstream has broken ABI
    without an .so version bump, and after discussion with Debian it was
    decided it was not worth it to ship an unstable library.
  - Add liblancelot files to plasma-widget-lancelot, adding appropriate
    Replaces: entries
* Switch to source format 3.0 (quilt):
  - Bump debhelper build-depend version to 7.3.16 or greater

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.kmail.folder">
4
 
    <method name="path">
5
 
      <arg type="s" direction="out"/>
6
 
    </method>
7
 
    <method name="displayName">
8
 
      <arg type="s" direction="out"/>
9
 
    </method>
10
 
    <method name="displayPath">
11
 
      <arg type="s" direction="out"/>
12
 
    </method>
13
 
    <method name="usesCustomIcons">
14
 
      <arg type="b" direction="out"/>
15
 
    </method>
16
 
    <method name="normalIconPath">
17
 
      <arg type="s" direction="out"/>
18
 
    </method>
19
 
    <method name="unreadIconPath">
20
 
      <arg type="s" direction="out"/>
21
 
    </method>
22
 
    <method name="messages">
23
 
      <arg type="i" direction="out"/>
24
 
    </method>
25
 
    <method name="unreadMessages">
26
 
      <arg type="i" direction="out"/>
27
 
    </method>
28
 
    <method name="unreadRecursiveMessages">
29
 
      <arg type="i" direction="out"/>
30
 
    </method>
31
 
  </interface>
32
 
</node>