mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-02 04:48:00 -05:00
This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.
20 lines
685 B
XML
20 lines
685 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.freedesktop.systemd1.Manager">
|
|
<method name="StartTransientUnit">
|
|
<arg type="s" direction="in" name="name"/>
|
|
<arg type="s" direction="in" name="mode"/>
|
|
<arg type="a(sv)" direction="in" name="properties"/>
|
|
<arg type="a(sa(sv))" direction="in" name="aux"/>
|
|
<arg type="o" direction="out" name="job"/>
|
|
</method>
|
|
<signal name="JobRemoved">
|
|
<arg type="u" name="id"/>
|
|
<arg type="o" name="job"/>
|
|
<arg type="s" name="unit"/>
|
|
<arg type="s" name="result"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|