summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces')
-rw-r--r--raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml112
-rw-r--r--raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml20
-rw-r--r--raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml26
3 files changed, 158 insertions, 0 deletions
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml
new file mode 100644
index 0000000..5c7fdc0
--- /dev/null
+++ b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml
@@ -0,0 +1,112 @@
+<!--
+ SPDX-FileCopyrightText: 2023 dbus.freedesktop.org
+ SPDX-License-Identifier: GPL-3.0-or-later
+-->
+<node>
+ <interface name="org.freedesktop.login1.Manager">
+ <method name="PowerOff">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="PowerOffWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="Reboot">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="RebootWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="Halt">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="HaltWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="Suspend">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="SuspendWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="Hibernate">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="HibernateWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="HybridSleep">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="HybridSleepWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="SuspendThenHibernate">
+ <arg type="b" name="interactive" direction="in"/>
+ </method>
+ <method name="SuspendThenHibernateWithFlags">
+ <arg type="t" name="flags" direction="in"/>
+ </method>
+ <method name="CanPowerOff">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanReboot">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanHalt">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanSuspend">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanHibernate">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanHybridSleep">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="CanSuspendThenHibernate">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="ScheduleShutdown">
+ <arg type="s" name="type" direction="in"/>
+ <arg type="t" name="usec" direction="in"/>
+ </method>
+ <method name="CancelScheduledShutdown">
+ <arg type="b" name="cancelled" direction="out"/>
+ </method>
+ <method name="CanRebootParameter">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="SetRebootParameter">
+ <arg type="s" name="parameter" direction="in"/>
+ </method>
+ <method name="CanRebootToFirmwareSetup">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="SetRebootToFirmwareSetup">
+ <arg type="b" name="enable" direction="in"/>
+ </method>
+ <method name="CanRebootToBootLoaderMenu">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="SetRebootToBootLoaderMenu">
+ <arg type="t" name="timeout" direction="in"/>
+ </method>
+ <method name="CanRebootToBootLoaderEntry">
+ <arg type="s" name="result" direction="out"/>
+ </method>
+ <method name="SetRebootToBootLoaderEntry">
+ <arg type="s" name="boot_loader_entry" direction="in"/>
+ </method>
+ <method name="SetWallMessage">
+ <arg type="s" name="wall_message" direction="in"/>
+ <arg type="b" name="enable" direction="in"/>
+ </method>
+ <signal name="PrepareForShutdown">
+ <arg type="b" name="start"/>
+ </signal>
+ <signal name="PrepareForSleep">
+ <arg type="b" name="start"/>
+ </signal>
+ </interface>
+</node>
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml
new file mode 100644
index 0000000..fb398fc
--- /dev/null
+++ b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml
@@ -0,0 +1,20 @@
+<!--
+ SPDX-FileCopyrightText: 2024 dbus.gnome.org
+ SPDX-License-Identifier: GPL-3.0-or-later
+-->
+<node>
+ <interface name="org.gnome.SessionManager">
+ <method name="Inhibit">
+ <arg type="s" name="app_id" direction="in"/>
+ <arg type="u" name="toplevel_xid" direction="in"/>
+ <arg type="s" name="reason" direction="in"/>
+ <arg type="u" name="flags" direction="in"/>
+ <arg type="u" name="inhibit_cookie" direction="out"/>
+ </method>
+ <method name="Uninhibit">
+ <arg type="u" name="inhibit_cookie" direction="in"/>
+ </method>
+ <method name="Shutdown"/>
+ <method name="Reboot"/>
+ </interface>
+</node>
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml
new file mode 100644
index 0000000..b9769d7
--- /dev/null
+++ b/raveos-gnome-theme/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml
@@ -0,0 +1,26 @@
+<!--
+ SPDX-FileCopyrightText: 2023 Deminder <tremminder@gmail.com>
+ SPDX-License-Identifier: GPL-3.0-or-later
+-->
+<node>
+ <interface name="org.gnome.shell.Extensions.ShutdownTimer">
+ <method name="ScheduleShutdown">
+ <arg type="b" direction="in" name="shutdown"/>
+ <arg type="s" direction="in" name="action"/>
+ </method>
+ <method name="ScheduleWake">
+ <arg type="b" direction="in" name="wake"/>
+ </method>
+ <method name="GetState">
+ <arg type="s" direction="out" name="state"/>
+ </method>
+ <signal name="OnMessage">
+ <arg type="s" direction="out" name="message"/>
+ </signal>
+ <signal name="OnStateChange">
+ <arg type="s" direction="out" name="state"/>
+ </signal>
+ <signal name="OnExternalChange"/>
+ </interface>
+</node>
+