diff options
| author | Robert Tari <robert@tari.in> | 2024-10-18 05:29:59 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:41:54 +0200 |
| commit | 42aa57308b1a9735989a0543043878886d9c4ce6 (patch) | |
| tree | 6b79dd821e9d401f3b5fc66af0c65fce0233430e /src/ayatana-application-service.xml | |
| parent | 20bf8076e741c08798690023b9beaba621ca0d9c (diff) | |
| download | ayatana-indicator-application-42aa57308b1a9735989a0543043878886d9c4ce6.tar.gz ayatana-indicator-application-42aa57308b1a9735989a0543043878886d9c4ce6.tar.bz2 ayatana-indicator-application-42aa57308b1a9735989a0543043878886d9c4ce6.zip | |
Whitespace fix
Diffstat (limited to 'src/ayatana-application-service.xml')
| -rw-r--r-- | src/ayatana-application-service.xml | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/src/ayatana-application-service.xml b/src/ayatana-application-service.xml index 93a3ec6..ef9c0d0 100644 --- a/src/ayatana-application-service.xml +++ b/src/ayatana-application-service.xml @@ -9,72 +9,72 @@ Authors: Ted Gould <ted@canonical.com> Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License version 3, as published +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranties of -MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <node name="/"> - <interface name="org.ayatana.indicator.application.service"> + <interface name="org.ayatana.indicator.application.service"> <!-- Properties --> - <!-- None currently --> + <!-- None currently --> <!-- Methods --> - <method name="GetApplications"> - <arg type="a(sisossssss)" name="applications" direction="out" /> - </method> - <method name="ApplicationScrollEvent"> - <arg type="s" name="dbusaddress" direction="in" /> - <arg type="s" name="dbusobject" direction="in" /> - <arg type="i" name="delta" direction="in" /> - <arg type="u" name="direction" direction="in" /> - </method> - <method name="ApplicationSecondaryActivateEvent"> - <arg type="s" name="dbusaddress" direction="in" /> - <arg type="s" name="dbusobject" direction="in" /> - <arg type="u" name="time" direction="in" /> - </method> + <method name="GetApplications"> + <arg type="a(sisossssss)" name="applications" direction="out" /> + </method> + <method name="ApplicationScrollEvent"> + <arg type="s" name="dbusaddress" direction="in" /> + <arg type="s" name="dbusobject" direction="in" /> + <arg type="i" name="delta" direction="in" /> + <arg type="u" name="direction" direction="in" /> + </method> + <method name="ApplicationSecondaryActivateEvent"> + <arg type="s" name="dbusaddress" direction="in" /> + <arg type="s" name="dbusobject" direction="in" /> + <arg type="u" name="time" direction="in" /> + </method> <!-- Signals --> - <signal name="ApplicationAdded"> - <arg type="s" name="iconname" direction="out" /> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="dbusaddress" direction="out" /> - <arg type="o" name="dbusobject" direction="out" /> - <arg type="s" name="iconpath" direction="out" /> - <arg type="s" name="label" direction="out" /> - <arg type="s" name="labelguide" direction="out" /> - <arg type="s" name="accessibledesc" direction="out" /> - <arg type="s" name="hint" direction="out" /> - <arg type="s" name="title" direction="out" /> - </signal> - <signal name="ApplicationRemoved"> - <arg type="i" name="position" direction="out" /> - </signal> - <signal name="ApplicationIconChanged"> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="icon_name" direction="out" /> - <arg type="s" name="icon_desc" direction="out" /> - </signal> - <signal name="ApplicationIconThemePathChanged"> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="icon_theme_path" direction="out" /> - </signal> - <signal name="ApplicationLabelChanged"> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="label" direction="out" /> - <arg type="s" name="guide" direction="out" /> - </signal> - <signal name="ApplicationTitleChanged"> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="title" direction="out" /> - </signal> - </interface> + <signal name="ApplicationAdded"> + <arg type="s" name="iconname" direction="out" /> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="dbusaddress" direction="out" /> + <arg type="o" name="dbusobject" direction="out" /> + <arg type="s" name="iconpath" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="labelguide" direction="out" /> + <arg type="s" name="accessibledesc" direction="out" /> + <arg type="s" name="hint" direction="out" /> + <arg type="s" name="title" direction="out" /> + </signal> + <signal name="ApplicationRemoved"> + <arg type="i" name="position" direction="out" /> + </signal> + <signal name="ApplicationIconChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="icon_name" direction="out" /> + <arg type="s" name="icon_desc" direction="out" /> + </signal> + <signal name="ApplicationIconThemePathChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="icon_theme_path" direction="out" /> + </signal> + <signal name="ApplicationLabelChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="guide" direction="out" /> + </signal> + <signal name="ApplicationTitleChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="title" direction="out" /> + </signal> + </interface> </node> |
