This commit is contained in:
2024-07-08 22:46:35 +02:00
parent 02f44c49d2
commit 27254d817a
56249 changed files with 808097 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.70.2 -->
<node name="/net/hadess/PowerProfiles">
<interface name="net.hadess.PowerProfiles">
<method name="HoldProfile">
<arg type="s" name="profile" direction="in">
</arg>
<arg type="s" name="reason" direction="in">
</arg>
<arg type="s" name="application_id" direction="in">
</arg>
<arg type="u" name="cookie" direction="out">
</arg>
</method>
<method name="ReleaseProfile">
<arg type="u" name="cookie" direction="in">
</arg>
</method>
<signal name="ProfileReleased">
<arg type="u" name="cookie">
</arg>
</signal>
<property type="s" name="ActiveProfile" access="readwrite">
</property>
<property type="s" name="PerformanceInhibited" access="read">
</property>
<property type="s" name="PerformanceDegraded" access="read">
</property>
<property type="aa{sv}" name="Profiles" access="read">
</property>
<property type="as" name="Actions" access="read">
</property>
<property type="aa{sv}" name="ActiveProfileHolds" access="read">
</property>
</interface>
</node>

View File

@@ -0,0 +1,26 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.70.2 -->
<node name="/net/hadess/PowerProfiles">
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg type="s" name="interface_name" direction="in"/>
<arg type="s" name="property_name" direction="in"/>
<arg type="v" name="value" direction="out"/>
</method>
<method name="GetAll">
<arg type="s" name="interface_name" direction="in"/>
<arg type="a{sv}" name="properties" direction="out"/>
</method>
<method name="Set">
<arg type="s" name="interface_name" direction="in"/>
<arg type="s" name="property_name" direction="in"/>
<arg type="v" name="value" direction="in"/>
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
<arg type="a{sv}" name="changed_properties"/>
<arg type="as" name="invalidated_properties"/>
</signal>
</interface>
</node>