blob: a0ef15c4d5b6492cdd0ec8c8292c7f9d5976e1d6 [file] [log] [blame]
Chris Masoneccc88812011-06-08 18:00:10 -07001<!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<!--
5 Introspection dump generated manually by poking flimflam with dbus-send
6 TODO(vlaviano): should be generated automatically during flimflam build
7 and installed somewhere where cashew and other clients can consume it.
8-->
9
10<node>
11 <interface name="org.chromium.flimflam.Profile">
12 <method name="GetProperties">
13 <arg type="a{sv}" direction="out"/>
14 </method>
15 <method name="SetProperty">
16 <arg type="s" direction="in"/>
17 <arg type="v" direction="in"/>
18 </method>
19 <method name="GetEntry">
20 <arg type="s" direction="in"/>
21 <arg type="a{sv}" direction="out"/>
22 </method>
23 <method name="DeleteEntry">
24 <arg type="s" direction="in"/>
25 </method>
26 <signal name="PropertyChanged">
27 <arg type="s"/>
28 <arg type="v"/>
29 </signal>
30 </interface>
31</node>