bcc646ff6f
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
14 lines
379 B
XML
14 lines
379 B
XML
<node>
|
|
<interface name="org.gnome.Shell.PerfHelper">
|
|
<method name="CreateWindow">
|
|
<arg type="i" direction="in"/>
|
|
<arg type="i" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="WaitWindows"/>
|
|
<method name="DestroyWindows"/>
|
|
</interface>
|
|
</node>
|