Version 0.7-0
[vicar] / src / data / xml / org.freedesktop.Telepathy.ConnectionManager.vicar.xml
diff --git a/src/data/xml/org.freedesktop.Telepathy.ConnectionManager.vicar.xml b/src/data/xml/org.freedesktop.Telepathy.ConnectionManager.vicar.xml
new file mode 100644 (file)
index 0000000..e4877f6
--- /dev/null
@@ -0,0 +1,47 @@
+<!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.Telepathy.ConnectionManager" >
+    <method name="GetParameters" >
+      <annotation value="org::freedesktop::Telepathy::ParameterDefinitionList" name="com.trolltech.QtDBus.QtTypeName.Out0" />
+      <arg direction="in" type="s" name="proto" />
+      <arg direction="out" type="a(susv)" />
+    </method>
+    <method name="ListProtocols" >
+      <arg direction="out" type="as" />
+    </method>
+    <method name="RequestConnection" >
+      <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In1" />
+      <arg direction="in" type="s" name="proto" />
+      <arg direction="in" type="a{sv}" name="parameters" />
+      <arg direction="out" type="s" name="bus_name" />
+      <arg direction="out" type="o" name="object_path" />
+    </method>
+    <signal name="NewConnection" >
+      <arg type="s" name="bus_name" />
+      <arg type="o" name="object_path" />
+      <arg type="s" name="proto" />
+    </signal>
+  </interface>
+  <interface name="org.freedesktop.DBus.Properties">
+    <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>
+    <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="GetAll">
+      <arg name="interface_name" type="s" direction="in"/>
+      <arg name="values" type="a{sv}" direction="out"/>
+      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.DBus.Introspectable">
+    <method name="Introspect">
+      <arg name="xml_data" type="s" direction="out"/>
+    </method>
+  </interface>
+</node>