2018-09-05 20:55:20 -04:00
|
|
|
<node>
|
|
|
|
<interface name="org.gnome.Shell">
|
|
|
|
<method name="Eval">
|
|
|
|
<arg type="s" direction="in" name="script"/>
|
|
|
|
<arg type="b" direction="out" name="success"/>
|
|
|
|
<arg type="s" direction="out" name="result"/>
|
|
|
|
</method>
|
|
|
|
<method name="FocusSearch"/>
|
|
|
|
<method name="ShowOSD">
|
|
|
|
<arg type="a{sv}" direction="in" name="params"/>
|
|
|
|
</method>
|
2019-04-11 13:43:35 -04:00
|
|
|
<method name="ShowMonitorLabels">
|
2018-09-05 20:55:20 -04:00
|
|
|
<arg type="a{sv}" direction="in" name="params"/>
|
|
|
|
</method>
|
|
|
|
<method name="HideMonitorLabels"/>
|
|
|
|
<method name="FocusApp">
|
|
|
|
<arg type="s" direction="in" name="id"/>
|
|
|
|
</method>
|
|
|
|
<method name="ShowApplications"/>
|
|
|
|
<method name="GrabAccelerator">
|
|
|
|
<arg type="s" direction="in" name="accelerator"/>
|
2018-07-18 14:26:44 -04:00
|
|
|
<arg type="u" direction="in" name="modeFlags"/>
|
|
|
|
<arg type="u" direction="in" name="grabFlags"/>
|
2018-09-05 20:55:20 -04:00
|
|
|
<arg type="u" direction="out" name="action"/>
|
|
|
|
</method>
|
|
|
|
<method name="GrabAccelerators">
|
2018-07-18 14:26:44 -04:00
|
|
|
<arg type="a(suu)" direction="in" name="accelerators"/>
|
2018-09-05 20:55:20 -04:00
|
|
|
<arg type="au" direction="out" name="actions"/>
|
|
|
|
</method>
|
|
|
|
<method name="UngrabAccelerator">
|
|
|
|
<arg type="u" direction="in" name="action"/>
|
|
|
|
<arg type="b" direction="out" name="success"/>
|
|
|
|
</method>
|
2019-03-02 10:49:55 -05:00
|
|
|
<method name="UngrabAccelerators">
|
|
|
|
<arg type="au" direction="in" name="action"/>
|
|
|
|
<arg type="b" direction="out" name="success"/>
|
|
|
|
</method>
|
2018-09-05 20:55:20 -04:00
|
|
|
<signal name="AcceleratorActivated">
|
|
|
|
<arg name="action" type="u"/>
|
|
|
|
<arg name="parameters" type="a{sv}"/>
|
|
|
|
</signal>
|
|
|
|
<property name="Mode" type="s" access="read"/>
|
|
|
|
<property name="OverviewActive" type="b" access="readwrite"/>
|
|
|
|
<property name="ShellVersion" type="s" access="read"/>
|
|
|
|
</interface>
|
|
|
|
</node>
|