mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-06 06:30:27 -04:00
Remove SetAdaptiveBrightness, SetLEDBrightness, and SetBacklight.
For now these 3 aren't needed or aren't used by steam client so removing them for now.
This commit is contained in:
parent
14584d0540
commit
05a716b3b1
1 changed files with 0 additions and 36 deletions
|
@ -175,18 +175,6 @@
|
|||
<arg type="b" name="success" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
SetBacklight:
|
||||
@value: The backlight brightness value to use.
|
||||
@success: True on success. False otherwise.
|
||||
|
||||
Set the backlight brightness to the given value.
|
||||
-->
|
||||
<method name="SetBacklight">
|
||||
<arg type="i" name="value" direction="in"/>
|
||||
<arg type="b" name="success" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
SetALSIntegrationTime:
|
||||
@seconds: The number of seconds to use for ALS integration.
|
||||
|
@ -199,30 +187,6 @@
|
|||
<arg type="b" name="success" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
SetLEDBrightness
|
||||
@value: The value to usse for LED brightness.
|
||||
@success: True on success. False otherwise.
|
||||
|
||||
Set the LED brightness to the given value.
|
||||
-->
|
||||
<method name="SetLEDBrightness">
|
||||
<arg type="i" name="value" direction="in"/>
|
||||
<arg type="b" name="success" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
SetContentAdaptiveBrightness
|
||||
@value: The value to usse for content adaptive brightness.
|
||||
@success: True on success. False otherwise.
|
||||
|
||||
Set the content adaptive brightness to the given value.
|
||||
-->
|
||||
<method name="SetContentAdaptiveBrightness">
|
||||
<arg type="i" name="value" direction="in"/>
|
||||
<arg type="b" name="success" direction="out"/>
|
||||
</method>
|
||||
|
||||
</interface>
|
||||
|
||||
</node>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue