~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/dbus/org.clementineplayer.GlobalSearch.xml

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

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
 
 
4
<node>
 
5
  <interface name='org.clementineplayer.GlobalSearch'>
 
6
    <method name='StartSearch'>
 
7
      <arg type='i' name='id' direction='out' />
 
8
      <arg type='s' name='query' direction='in' />
 
9
      <arg type='b' name='prefetch_art' direction='in' />
 
10
    </method>
 
11
 
 
12
    <method name='CancelSearch'>
 
13
      <arg type='i' name='id' direction='in' />
 
14
    </method>
 
15
 
 
16
    <signal name='ResultsAvailable'>
 
17
      <arg type='i' name='id' />
 
18
      <arg type='a(ibsiiissssbi)' name='results' />
 
19
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="GlobalSearchServiceResultList" />
 
20
    </signal>
 
21
 
 
22
    <signal name='SearchFinished'>
 
23
      <arg type='i' name='id' />
 
24
    </signal>
 
25
 
 
26
    <signal name='ArtLoaded'>
 
27
      <arg type='i' name='result_id' />
 
28
      <arg type='ay' name='image_data' />
 
29
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out1" value="QByteArray" />
 
30
    </signal>
 
31
  </interface>
 
32
</node>