~ubuntu-branches/ubuntu/lucid/kmplayer/lucid

« back to all changes in this revision

Viewing changes to src/org.kde.kmplayer.callback.xml

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-01-31 23:59:43 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090131235943-9py6tgmhb3pmkv3e
Tags: 1:0.11.0a+svn919425-0ubuntu1
* New upstream version released.
* SVN snapshot to fix FTBFS with 4.2
* Rewrite packaging for KDE4

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"
 
2
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
  <interface name="org.kde.kmplayer.callback">
 
5
    <method name="running">
 
6
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
7
      <arg name="service" type="s" direction="in"/>
 
8
    </method>
 
9
    <method name="plugged">
 
10
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
11
    </method>
 
12
    <method name="dimension">
 
13
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
14
      <arg name="width" type="i" direction="in"/>
 
15
      <arg name="height" type="i" direction="in"/>
 
16
    </method>
 
17
    <method name="request_stream">
 
18
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
19
      <arg name="path" type="s" direction="in"/>
 
20
      <arg name="url" type="s" direction="in"/>
 
21
      <arg name="target" type="s" direction="in"/>
 
22
      <arg name="post" type="ay" direction="in"/>
 
23
    </method>
 
24
    <method name="evaluate">
 
25
      <arg type="s" direction="out"/>
 
26
      <arg name="script" type="s" direction="in"/>
 
27
      <arg name="store" type="b" direction="in"/>
 
28
    </method>
 
29
  </interface>
 
30
</node>