blob: c6385f8944d9b74a88bcdfd1bcdcc3a359e2fdf0 [file] [log] [blame]
Darin Petkova9b1fed2012-02-29 11:49:05 +01001<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4<node>
5 <interface name="org.chromium.flimflam.Task">
Darin Petkov209e6292012-04-20 11:33:32 +02006 <method name="getsec">
7 <arg type="s" direction="out"/>
8 <arg type="s" direction="out"/>
9 </method>
Darin Petkova9b1fed2012-02-29 11:49:05 +010010 <method name="notify">
11 <arg type="s" direction="in"/>
12 <arg type="a{ss}" direction="in"/>
13 </method>
14 </interface>
15</node>