11146
|
1
|
|
2 </interface>
|
|
3
|
|
4
|
|
5 <interface name="org.freedesktop.DBus.Properties">
|
|
6 <!-- We implement properties ourselves rather than relying on
|
|
7 GObject property access. This is because currently in gaim
|
|
8 we have one GObject that represents many dbus objects such as
|
|
9 buddies, accounts, etc. Not for long! -->
|
|
10
|
|
11 <!-- <method name="Get"> > -->
|
|
12 <!-- <arg type="s" name="interface_name" /> -->
|
|
13 <!-- <arg type="s" name="property_name" /> -->
|
|
14 <!-- <arg type="v" name="value" direction="out" /> -->
|
|
15 <!-- </method> -->
|
|
16 </interface>
|
|
17 </node>
|
|
18
|