Version 0.7-0
[vicar] / src / data / xml / org.freedesktop.Telepathy.ConnectionManager.ring.xml
diff --git a/src/data/xml/org.freedesktop.Telepathy.ConnectionManager.ring.xml b/src/data/xml/org.freedesktop.Telepathy.ConnectionManager.ring.xml
new file mode 100644 (file)
index 0000000..d7fa3a2
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+  <interface name="org.freedesktop.DBus.Introspectable">
+    <method name="Introspect">
+      <arg name="data" direction="out" type="s"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.DBus.Properties">
+    <method name="Get">
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="propname" direction="in" type="s"/>
+      <arg name="value" direction="out" type="v"/>
+    </method>
+    <method name="Set">
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="propname" direction="in" type="s"/>
+      <arg name="value" direction="in" type="v"/>
+    </method>
+    <method name="GetAll">
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="props" direction="out" type="a{sv}"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.Telepathy.ConnectionManager">
+    <method name="RequestConnection">
+      <arg name="Protocol" type="s" direction="in"/>
+      <arg name="Parameters" type="a{sv}" direction="in"/>
+      <arg name="Bus_Name" type="s" direction="out"/>
+      <arg name="Object_Path" type="o" direction="out"/>
+    </method>
+    <method name="ListProtocols">
+      <arg name="Protocols" type="as" direction="out"/>
+    </method>
+    <method name="GetParameters">
+      <arg name="Protocol" type="s" direction="in"/>
+      <arg name="Parameters" type="a(susv)" direction="out"/>
+    </method>
+    <signal name="NewConnection">
+      <arg type="s"/>
+      <arg type="o"/>
+      <arg type="s"/>
+    </signal>
+  </interface>
+  <interface name="org.freedesktop.DBus.Properties">
+    <method name="GetAll">
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Properties" type="a{sv}" direction="out"/>
+    </method>
+    <method name="Set">
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Property_Name" type="s" direction="in"/>
+      <arg name="Value" type="v" direction="in"/>
+    </method>
+    <method name="Get">
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Property_Name" type="s" direction="in"/>
+      <arg name="Value" type="v" direction="out"/>
+    </method>
+    <signal name="PropertiesChanged">
+      <arg type="s"/>
+      <arg type="a{sv}"/>
+      <arg type="as"/>
+    </signal>
+  </interface>
+</node>