~ubuntu-branches/ubuntu/quantal/kde-baseapps/quantal

« back to all changes in this revision

Viewing changes to dolphin/src/kitemviews/private/nepomuk/org.kde.nepomuk.ResourceWatcher.xml

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-25 17:26:17 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120525172617-xr9bzhlugldbflvq
Tags: 4:4.8.80a-0ubuntu1
* Merge with debian git, remainging changes:
  - keep breaks/replaces
  - keep symbol files
  - keep kubuntu patches
  - dolphin suggests and not recommends ruby
  - add kfind, konsole and kompare to dolphin suggests
* konq-plugins breaks/replaces kde-baseapps-data << 4:4.8.80

* Drop squence numbers from kubuntu patches 

* New upstream beta release
  - refresh kubuntu_fix_systemsettings_about_me.diff
  - add new doc images to {konqueror,dolphin}.install

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.nepomuk.ResourceWatcher">
 
4
    <method name="stopWatcher">
 
5
      <arg name="objectName" type="s" direction="in"/>
 
6
    </method>
 
7
    <method name="watch">
 
8
      <arg name="resources" type="as" direction="in"/>
 
9
      <arg name="properties" type="as" direction="in"/>
 
10
      <arg name="types" type="as" direction="in"/>
 
11
      <arg name="queryobject" type="o" direction="out" />
 
12
    </method>
 
13
  </interface>
 
14
</node>