15 lines
436 B
Text
15 lines
436 B
Text
<!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.chromium.flimflam.Task">
|
|
<method name="getsec">
|
|
<arg type="s" direction="out"/>
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
<method name="notify">
|
|
<arg type="s" direction="in"/>
|
|
<arg type="a{ss}" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|