~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.ResourceWatcherConnection.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.ResourceWatcherConnection">
 
4
    <signal name="resourceCreated">
 
5
      <arg name="uri" type="s" direction="out"/>
 
6
      <arg name="types" type="as" direction="out"/>
 
7
    </signal>
 
8
    <signal name="resourceRemoved">
 
9
      <arg name="uri" type="s" direction="out"/>
 
10
      <arg name="types" type="as" direction="out"/>
 
11
    </signal>
 
12
    <signal name="resourceTypesAdded">
 
13
      <arg name="resUri" type="s" direction="out"/>
 
14
      <arg name="types" type="as" direction="out"/>
 
15
    </signal>
 
16
    <signal name="resourceTypesRemoved">
 
17
      <arg name="resUri" type="s" direction="out"/>
 
18
      <arg name="types" type="as" direction="out"/>
 
19
    </signal>
 
20
    <signal name="propertyAdded">
 
21
      <arg name="resource" type="s" direction="out"/>
 
22
      <arg name="property" type="s" direction="out"/>
 
23
      <arg name="values" type="av" direction="out"/>
 
24
    </signal>
 
25
    <signal name="propertyRemoved">
 
26
      <arg name="resource" type="s" direction="out"/>
 
27
      <arg name="property" type="s" direction="out"/>
 
28
      <arg name="values" type="av" direction="out"/>
 
29
    </signal>
 
30
    <signal name="propertyChanged">
 
31
        <arg name="resource" type="s" direction="out"/>
 
32
        <arg name="property" type="s" direction="out"/>
 
33
        <arg name="addedValues" type="av" direction="out"/>
 
34
        <arg name="removedValues" type="av" direction="out"/>
 
35
    </signal>
 
36
    <method name="setResources">
 
37
        <arg name="resources" type="as" direction="in"/>
 
38
    </method>
 
39
    <method name="addResource">
 
40
        <arg name="resource" type="s" direction="in"/>
 
41
    </method>
 
42
    <method name="removeResource">
 
43
        <arg name="resource" type="s" direction="in"/>
 
44
    </method>
 
45
    <method name="setProperties">
 
46
        <arg name="properties" type="as" direction="in"/>
 
47
    </method>
 
48
    <method name="addProperty">
 
49
        <arg name="property" type="s" direction="in"/>
 
50
    </method>
 
51
    <method name="removeProperty">
 
52
        <arg name="property" type="s" direction="in"/>
 
53
    </method>
 
54
    <method name="setTypes">
 
55
        <arg name="types" type="as" direction="in"/>
 
56
    </method>
 
57
    <method name="addType">
 
58
        <arg name="type" type="s" direction="in"/>
 
59
    </method>
 
60
    <method name="removeType">
 
61
        <arg name="type" type="s" direction="in"/>
 
62
    </method>
 
63
    <method name="close" />
 
64
  </interface>
 
65
</node>