~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

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="configure">
 
25
    </method>
 
26
    <method name="saverLockReady">
 
27
    </method>
 
28
    <method name="Inhibit">
 
29
      <arg name="application_name" type="s" direction="in"/>
 
30
      <arg name="reason_for_inhibit" type="s" direction="in"/>
 
31
      <arg name="cookie" type="u" direction="out"/>
 
32
    </method>
 
33
    <method name="UnInhibit">
 
34
      <arg name="cookie" type="u" direction="in"/>
 
35
    </method>
 
36
    <method name="Throttle">
 
37
      <arg name="application_name" type="s" direction="in"/>
 
38
      <arg name="reason_for_inhibit" type="s" direction="in"/>
 
39
      <arg name="cookie" type="u" direction="out"/>
 
40
    </method>
 
41
    <method name="UnThrottle">
 
42
      <arg name="cookie" type="u" direction="in"/>
 
43
    </method>
 
44
  </interface>
 
45
</node>