NetworkManager r3494 - trunk/introspection



Author: dcbw
Date: Mon Mar 24 18:12:22 2008
New Revision: 3494
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3494&view=rev

Log:
add NMActiveConnection introspection XML

Added:
   trunk/introspection/nm-active-connection.xml

Added: trunk/introspection/nm-active-connection.xml
==============================================================================
--- (empty file)
+++ trunk/introspection/nm-active-connection.xml	Mon Mar 24 18:12:22 2008
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0";>
+  <interface name="org.freedesktop.NetworkManager.Connection.Active">
+    <property name="ServiceName" type="s" access="read">
+      <tp:docstring>The D-Bus service name providing this connection.</tp:docstring>
+    </property>
+    <property name="Connection" type="o" access="read">
+      <tp:docstring>The path of the connection.</tp:docstring>
+    </property>
+    <property name="SpecificObject" type="o" access="read">
+      <tp:docstring>A specific object associated with the active connection.</tp:docstring>
+    </property>
+    <property name="SharedServiceName" type="s" access="read">
+      <tp:docstring>The D-Bus service name that provides a connection with which this active connection is shared.</tp:docstring>
+    </property>
+    <property name="SharedConnection" type="o" access="read">
+      <tp:docstring>The path of a connection provided by the D-Bus service SharedServiceName which which this connection is shared.</tp:docstring>
+    </property>
+    <property name="Devices" type="ao" access="read">
+      <tp:docstring>Array of object paths representing devices which are part of this active connection.</tp:docstring>
+    </property>
+  </interface>
+</node>
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]