mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
shellDBus: Remove stray backslashes in D-Bus interface
Those are left-over from when the interfaces were defined as inline strings. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1526>
This commit is contained in:
parent
af5aff3251
commit
feb3c6b618
1 changed files with 8 additions and 8 deletions
|
|
@ -180,10 +180,10 @@
|
|||
|
||||
Enable an extension.
|
||||
-->
|
||||
<method name="EnableExtension"> \
|
||||
<arg type="s" direction="in" name="uuid"/> \
|
||||
<arg type="b" direction="out" name="success"/> \
|
||||
</method> \
|
||||
<method name="EnableExtension">
|
||||
<arg type="s" direction="in" name="uuid"/>
|
||||
<arg type="b" direction="out" name="success"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
DisableExtension:
|
||||
|
|
@ -192,10 +192,10 @@
|
|||
|
||||
Disable an extension.
|
||||
-->
|
||||
<method name="DisableExtension"> \
|
||||
<arg type="s" direction="in" name="uuid"/> \
|
||||
<arg type="b" direction="out" name="success"/> \
|
||||
</method> \
|
||||
<method name="DisableExtension">
|
||||
<arg type="s" direction="in" name="uuid"/>
|
||||
<arg type="b" direction="out" name="success"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
LaunchExtensionPrefs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue