~ubuntu-branches/ubuntu/natty/unity-2d/natty-updates

« back to all changes in this revision

Viewing changes to places/UnityPlaces/unity_place_entry.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2011-01-14 17:42:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110114174208-ww045t7shnu3a5zv
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

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.freedesktop.DBus.Introspectable">
 
4
  <method name="Introspect">
 
5
    <arg name="data" direction="out" type="s"/>
 
6
  </method>
 
7
</interface>
 
8
 
 
9
<interface name="com.canonical.Unity.PlaceEntry">
 
10
  <method name="SetGlobalSearch">
 
11
    <arg name="search" type="s" direction="in"/>
 
12
    <arg name="hints" type="a{ss}" direction="in"/>
 
13
  </method>
 
14
  <method name="SetSearch">
 
15
    <arg name="search" type="s" direction="in"/>
 
16
    <arg name="hints" type="a{ss}" direction="in"/>
 
17
  </method>
 
18
  <method name="SetActive">
 
19
    <arg name="is_active" type="b" direction="in"/>
 
20
  </method>
 
21
  <method name="SetActiveSection">
 
22
    <arg name="section_id" type="u" direction="in"/>
 
23
  </method>
 
24
  <signal name="EntryRendererInfoChanged">
 
25
    <arg name="renderer_info" type="(sssa{ss})"/>
 
26
  </signal>
 
27
  <signal name="GlobalRendererInfoChanged">
 
28
    <arg name="renderer_info" type="(sssa{ss})"/>
 
29
  </signal>
 
30
  <signal name="PlaceEntryInfoChanged">
 
31
    <arg name="entry_info_data" type="(sssuasbsa{ss})"/>
 
32
  </signal>
 
33
</interface>
 
34
</node>
 
35