|
210 | 210 | Returns the new value after rounding.
|
211 | 211 | -->
|
212 | 212 | <method name="ChangeBacklight">
|
| 213 | + <annotation name="org.freedesktop.DBus.Deprecated" value="true"/> |
213 | 214 | <arg name="serial" direction="in" type="u" />
|
214 | 215 | <arg name="output" direction="in" type="u" />
|
215 | 216 | <arg name="value" direction="in" type="i" />
|
216 | 217 | <arg name="new_value" direction="out" type="i" />
|
217 | 218 | </method>
|
218 | 219 |
|
| 220 | + <!-- |
| 221 | + SetBacklight: |
| 222 | + @serial: configuration serial |
| 223 | + @connector: the connector name |
| 224 | + @value: the new backlight value |
| 225 | +
|
| 226 | + Changes the backlight of @output to @value. |
| 227 | + --> |
| 228 | + <method name="SetBacklight"> |
| 229 | + <arg name="serial" direction="in" type="u" /> |
| 230 | + <arg name="connector" direction="in" type="s" /> |
| 231 | + <arg name="value" direction="in" type="i" /> |
| 232 | + </method> |
| 233 | + |
| 234 | + <!-- |
| 235 | + Backlight: |
| 236 | +
|
| 237 | + A set of backlights. Each backlight is a dictionary with the following |
| 238 | + entries. If an entry is only a connector, it means there is no way to |
| 239 | + control it via this D-Bus interface. |
| 240 | +
|
| 241 | + * 'connector' (s) - An associated monitor connector |
| 242 | + * 'active' (s) - True if the monitor is active |
| 243 | + * 'value' (i) - Current value (optional) |
| 244 | +
|
| 245 | + The initial 'u' is a serial number used when setting the backlight. |
| 246 | + --> |
| 247 | + <property name="Backlight" type="(uaa{sv})" access="read" /> |
| 248 | + |
219 | 249 | <!--
|
220 | 250 | GetCrtcGamma:
|
221 | 251 | @serial: configuration serial
|
|
489 | 519 | <arg name="output" direction="in" type="u" />
|
490 | 520 | <arg name="ctm" direction="in" type="(ttttttttt)" />
|
491 | 521 | </method>
|
| 522 | + |
| 523 | + <!-- |
| 524 | + HasExternalmonitor: |
| 525 | +
|
| 526 | + True if there is an external monitor connected and activated. |
| 527 | + --> |
| 528 | + <property name="HasExternalMonitor" type="b" access="read" /> |
492 | 529 | </interface>
|
493 | 530 | </node>
|
0 commit comments