1<!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"> 6 <method name="getsec"> 7 <arg type="s" direction="out"/> 8 <arg type="s" direction="out"/> 9 </method> 10 <method name="notify"> 11 <arg type="s" direction="in"/> 12 <arg type="a{ss}" direction="in"/> 13 </method> 14 </interface> 15</node> 16