comparison src/dbus-service-end.xml @ 11146:1c5398ccbeb0

[gaim-migrate @ 13217] Gaim-DBUS signal export works with DBUS >= 0.35 Various gaim API functions available through DBUS committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Fri, 22 Jul 2005 19:47:29 +0000
parents
children
comparison
equal deleted inserted replaced
11145:dbc518c453f2 11146:1c5398ccbeb0
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