-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathorg.desktopspec.ApplicationManager1.Instance.xml
More file actions
52 lines (49 loc) · 2.27 KB
/
org.desktopspec.ApplicationManager1.Instance.xml
File metadata and controls
52 lines (49 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.desktopspec.ApplicationManager1.Instance">
<property name="Application" type="o" access="read">
<annotation
name="org.freedesktop.DBus.Description"
value="Object path of the Application.
That DBus object will impelement
org.desktopspec.ApplicationManager1.Application.
NOTE:
If the application is uninstalled, this object path
will be set to `/`."
/>
</property>
<property name="SystemdUnitPath" type="o" access="read">
<annotation
name="org.freedesktop.DBus.Description"
value="The systemd unit object path of this instance
under systemd user daemon.
Some other DE compoments can use this path to
use the cgroup interface provided by systemd.
NOTE:
This property MIGHT be empty
if this instance is not managed by systemd."
/>
</property>
<property name="Launcher" type="s" access="read">
<annotation
name="org.freedesktop.DBus.Description"
value="This property indicates which Application
launcher started this instance."
/>
</property>
<property name="Orphaned" type="b" access="read">
<annotation
name="org.freedesktop.DBus.Description"
value="This property indicates that the application
to which the instance belonged has been removed."
/>
</property>
<method name="KillAll">
<arg type="i" name="signal" direction="in"/>
<annotation name="org.freedesktop.DBus.Description"
value="Force kill this instance.
ATTENTION: All processes which launched by
this instance will be killed." />
</method>
</interface>
</node>