~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to dbus_xml/org.freedesktop.ScreenSaver.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-12-08 19:17:41 UTC
  • mfrom: (1.2.1 upstream) (0.7.12 sid)
  • Revision ID: james.westby@ubuntu.com-20091208191741-lqlq0xvnlv8ki19u
Tags: 3.3.1+dfsg.1-1ubuntu1
* Merge with Debian Testing remaining changes:
  - Build-depend directly on libboost-serialization1.40-dev since
    libboost-serialization-dev from boost-defaults is not in Main
  - Add in rules: include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk
  - Don't use dpkg-source 3.0 format
  - Add quilt to build-depends

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.ScreenSaver">
 
4
    <signal name="ActiveChanged">
 
5
      <arg type="b"/>
 
6
    </signal>
 
7
    <method name="Lock">
 
8
    </method>
 
9
    <method name="SimulateUserActivity">
 
10
    </method>
 
11
    <method name="GetActive">
 
12
      <arg type="b" direction="out"/>
 
13
    </method>
 
14
    <method name="GetActiveTime">
 
15
      <arg name="seconds" type="u" direction="out"/>
 
16
    </method>
 
17
    <method name="GetSessionIdleTime">
 
18
      <arg name="seconds" type="u" direction="out"/>
 
19
    </method>
 
20
    <method name="SetActive">
 
21
      <arg type="b" direction="out"/>
 
22
      <arg name="e" type="b" direction="in"/>
 
23
    </method>
 
24
    <method name="Inhibit">
 
25
      <arg name="application_name" type="s" direction="in"/>
 
26
      <arg name="reason_for_inhibit" type="s" direction="in"/>
 
27
      <arg name="cookie" type="u" direction="out"/>
 
28
    </method>
 
29
    <method name="UnInhibit">
 
30
      <arg name="cookie" type="u" direction="in"/>
 
31
    </method>
 
32
    <method name="Throttle">
 
33
      <arg name="application_name" type="s" direction="in"/>
 
34
      <arg name="reason_for_inhibit" type="s" direction="in"/>
 
35
      <arg name="cookie" type="u" direction="out"/>
 
36
    </method>
 
37
    <method name="UnThrottle">
 
38
      <arg name="cookie" type="u" direction="in"/>
 
39
    </method>
 
40
  </interface>
 
41
</node>