~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/session-dbus.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-22 13:41:08 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20110722134108-8qgaow6jiocdlpga
Tags: 0.3.0-0ubuntu1
* New upstream release.
  - fixed bug where the user menu wouldn't open in unity (LP: #812728)
  - Include apt, settings and device menus
* debian/rules
  - Updated gtk configure args

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <method name="GetUserMenuVisibility">
9
9
      <arg name="update" direction="out" type="b"/>
10
10
    </method>
 
11
    <method name="IsUpdateNeeded">
 
12
      <arg name="update" direction="out" type="b"/>
 
13
    </method>
11
14
    <signal name="UserRealNameUpdated">
12
15
      <arg name="name" type="s"/>
13
16
    </signal>
14
17
    <signal name="UserMenuIsVisible">
15
18
      <arg name="update" type="b"/>
16
19
    </signal>
 
20
    <signal name="RestartNeeded">
 
21
      <arg name="name" type="s"/>
 
22
    </signal>
17
23
  </interface>
18
24
</node>