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

« back to all changes in this revision

Viewing changes to src/org.kde.kmplayer.part.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.part">
 
5
    <method name="getStatus">
 
6
      <arg type="s" direction="out"/>
 
7
    </method>
 
8
    <method name="showControls">
 
9
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
10
      <arg name="show" type="b" direction="in"/>
 
11
    </method>
 
12
    <method name="doEvaluate">
 
13
      <arg type="s" direction="out"/>
 
14
      <arg name="script" type="s" direction="in"/>
 
15
    </method>
 
16
  </interface>
 
17
</node>