~ubuntu-branches/ubuntu/raring/indicator-application/raring

« back to all changes in this revision

Viewing changes to src/application-service.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2011-02-24 22:13:26 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224221326-t6hebzkxfzbl4nju
Tags: 0.2.94-0ubuntu1
* New upstream release.
  * Adding in support for Accssible Descriptions
  * Make the accessible description NULL so that indicator-applet doesn't 
    crash (LP: #721533)
  * emit LabelChanged signal along with the IconChanged signal (LP: #712581)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
<!-- Methods -->
28
28
                <method name="GetApplications">
29
 
                        <arg type="a(sisosss)" name="applications" direction="out" />
 
29
                        <arg type="a(sisossss)" name="applications" direction="out" />
30
30
                </method>
31
31
                <method name="ApplicationScrollEvent">
32
32
                        <arg type="s" name="dbusaddress" direction="in" />
44
44
                        <arg type="s" name="iconpath" direction="out" />
45
45
                        <arg type="s" name="label" direction="out" />
46
46
                        <arg type="s" name="labelguide" direction="out" />
 
47
                        <arg type="s" name="accessibledesc" direction="out" />
47
48
                </signal>
48
49
                <signal name="ApplicationRemoved">
49
50
                        <arg type="i" name="position" direction="out" />
51
52
                <signal name="ApplicationIconChanged">
52
53
                        <arg type="i" name="position" direction="out" />
53
54
                        <arg type="s" name="icon_name" direction="out" />
 
55
                        <arg type="s" name="icon_desc" direction="out" />
54
56
                </signal>
55
57
                <signal name="ApplicationIconThemePathChanged">
56
58
                        <arg type="i" name="position" direction="out" />