~ubuntu-branches/ubuntu/quantal/kactivities/quantal

« back to all changes in this revision

Viewing changes to service/plugins/slc/org.kde.ActivityManager.SLC.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-13 11:53:27 UTC
  • Revision ID: package-import@ubuntu.com-20111213115327-vqhdel92qx65us8y
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

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.ActivityManager.SLC">
 
4
    <signal name="focusChanged">
 
5
      <arg name="uri" type="s" direction="out"/>
 
6
      <arg name="mimetype" type="s" direction="out"/>
 
7
      <arg name="title" type="s" direction="out"/>
 
8
    </signal>
 
9
    <method name="focussedResourceURI">
 
10
      <arg type="s" direction="out"/>
 
11
    </method>
 
12
    <method name="focussedResourceMimetype">
 
13
      <arg type="s" direction="out"/>
 
14
    </method>
 
15
    <method name="focussedResourceTitle">
 
16
      <arg type="s" direction="out"/>
 
17
    </method>
 
18
  </interface>
 
19
</node>