~ubuntu-branches/ubuntu/natty/kdebase-runtime/natty-proposed

« back to all changes in this revision

Viewing changes to activitymanager/org.kde.ActivityController.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-24 11:07:10 UTC
  • mto: (0.8.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20101124110710-6dbsyw0yh21qvn82
Tags: upstream-4.5.80
ImportĀ upstreamĀ versionĀ 4.5.80

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.ActivityController">
4
 
    <method name="ActivityAdded">
5
 
      <arg name="id" type="s" direction="in"/>
6
 
    </method>
7
 
    <method name="ActivityRemoved">
8
 
      <arg name="id" type="s" direction="in"/>
9
 
    </method>
10
 
    <method name="ResourceWindowRegistered">
11
 
      <arg name="wid" type="u" direction="in"/>
12
 
      <arg name="uri" type="s" direction="in"/>
13
 
    </method>
14
 
    <method name="ResourceWindowUnregistered">
15
 
      <arg name="wid" type="u" direction="in"/>
16
 
      <arg name="uri" type="s" direction="in"/>
17
 
    </method>
18
 
  </interface>
19
 
</node>