Mercurial > pidgin
diff src/dbus-service.xml @ 11055:df0241eb602c
[gaim-migrate @ 12996]
Added preliminary DBUS support to gaim, the details are described in
README.dbus.
committer: Tailor Script <tailor@pidgin.im>
| author | Piotr Zielinski <zielaj> |
|---|---|
| date | Sun, 03 Jul 2005 21:48:56 +0000 |
| parents | |
| children | 2eca9ed49469 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/dbus-service.xml Sun Jul 03 21:48:56 2005 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/org/gaim/GaimObject"> + <interface name="org.gaim.GaimInterface"> + <method name="Ping"> + </method> + <method name="Quit"> + </method> + <method name="ConnectAll"> + </method> + </interface> +</node> +
