diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2024-12-17 22:19:42 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2024-12-17 22:19:42 +0000 |
commit | 790f526f18e7917e4c066112215e02e94fd628ac (patch) | |
tree | bf927caa14b7ffbdf80d78cde9963ebb21aa30bb /kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml | |
parent | 1dec40d10689ff9678fb36fec0f3d87439562897 (diff) | |
download | tdebase-790f526f18e7917e4c066112215e02e94fd628ac.tar.gz tdebase-790f526f18e7917e4c066112215e02e94fd628ac.zip |
Auto formatting main.cpp incl. dbus screen saver
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml')
-rw-r--r-- | kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml b/kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml new file mode 100644 index 000000000..1f7b09b28 --- /dev/null +++ b/kdesktop/dbus/interfaces/org.freedesktop.ScreenSaver.xml @@ -0,0 +1,41 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node name="/org/freedesktop/screensaver"> + <interface name="org.freedesktop.ScreenSaver"> + <signal name="ActiveChanged"> + <arg type="b"/> + </signal> + <method name="Lock"> + </method> + <method name="SimulateUserActivity"> + </method> + <method name="GetActive"> + <arg type="b" direction="out"/> + </method> + <method name="GetActiveTime"> + <arg name="seconds" type="u" direction="out"/> + </method> + <method name="GetSessionIdleTime"> + <arg name="seconds" type="u" direction="out"/> + </method> + <method name="SetActive"> + <arg type="b" direction="out"/> + <arg name="e" type="b" direction="in"/> + </method> + <method name="Inhibit"> + <arg name="application_name" type="s" direction="in"/> + <arg name="reason_for_inhibit" type="s" direction="in"/> + <arg name="cookie" type="u" direction="out"/> + </method> + <method name="UnInhibit"> + <arg name="cookie" type="u" direction="in"/> + </method> + <method name="Throttle"> + <arg name="application_name" type="s" direction="in"/> + <arg name="reason_for_inhibit" type="s" direction="in"/> + <arg name="cookie" type="u" direction="out"/> + </method> + <method name="UnThrottle"> + <arg name="cookie" type="u" direction="in"/> + </method> + </interface> +</node>
\ No newline at end of file |