blob: 4f298ad1b8524501ad1cb4341b2b4195ee8574f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<node>
<interface name="dev.aunetx.BlurMyShell">
<!-- This method is called in preferences to pick a window -->
<method name="pick" />
<!-- When window is picking, send a signal to preferences -->
<signal name="picking"></signal>
<!-- If window is picked, send a signal to preferences -->
<signal name="picked">
<arg name="window" type="s" />
</signal>
</interface>
</node>
|