NetworkManager r4272 - trunk/introspection



Author: dcbw
Date: Thu Nov  6 15:56:59 2008
New Revision: 4272
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4272&view=rev

Log:
D-Bus API doc fixes

Modified:
   trunk/introspection/all.xml
   trunk/introspection/nm-access-point.xml
   trunk/introspection/nm-device-wifi.xml

Modified: trunk/introspection/all.xml
==============================================================================
--- trunk/introspection/all.xml	(original)
+++ trunk/introspection/all.xml	Thu Nov  6 15:56:59 2008
@@ -34,6 +34,7 @@
 <xi:include href="nm-device-gsm.xml"/>
 <xi:include href="nm-device-serial.xml"/>
 <xi:include href="nm-ip4-config.xml"/>
+<xi:include href="nm-dhcp4-config.xml"/>
 <xi:include href="nm-settings.xml"/>
 <xi:include href="nm-exported-connection.xml"/>
 <xi:include href="nm-active-connection.xml"/>

Modified: trunk/introspection/nm-access-point.xml
==============================================================================
--- trunk/introspection/nm-access-point.xml	(original)
+++ trunk/introspection/nm-access-point.xml	Thu Nov  6 15:56:59 2008
@@ -69,16 +69,16 @@
         <tp:docstring>Access point supports pairwise CCMP encryption.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="GROUP_WEP40" value="0x10">
-        <tp:docstring>Access point supports a group 40-bit WEP cypher.</tp:docstring>
+        <tp:docstring>Access point supports a group 40-bit WEP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="GROUP_WEP104" value="0x20">
-        <tp:docstring>Access point supports a group 104-bit WEP cypher.</tp:docstring>
+        <tp:docstring>Access point supports a group 104-bit WEP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="GROUP_TKIP" value="0x40">
-        <tp:docstring>Access point supports a group TKIP cypher.</tp:docstring>
+        <tp:docstring>Access point supports a group TKIP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="GROUP_CCMP" value="0x80">
-        <tp:docstring>Access point supports a group CCMP cypher.</tp:docstring>
+        <tp:docstring>Access point supports a group CCMP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="KEY_MGMT_PSK" value="0x100">
         <tp:docstring>Access point supports PSK key management.</tp:docstring>

Modified: trunk/introspection/nm-device-wifi.xml
==============================================================================
--- trunk/introspection/nm-device-wifi.xml	(original)
+++ trunk/introspection/nm-device-wifi.xml	Thu Nov  6 15:56:59 2008
@@ -82,16 +82,16 @@
         <tp:docstring>Null capability - syntactic sugar for no capabilities supported.  Do not AND this with other capabilities!</tp:docstring>
       </tp:flag>
       <tp:flag suffix="CIPHER_WEP40" value="0x1">
-        <tp:docstring>The device supports the 40-bit WEP cypher.</tp:docstring>
+        <tp:docstring>The device supports the 40-bit WEP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="CIPHER_WEP104" value="0x2">
-        <tp:docstring>The device supports the 104-bit WEP cypher.</tp:docstring>
+        <tp:docstring>The device supports the 104-bit WEP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="CIPHER_TKIP" value="0x4">
-        <tp:docstring>The device supports the TKIP cypher.</tp:docstring>
+        <tp:docstring>The device supports the TKIP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="CIPHER_CCMP" value="0x8">
-        <tp:docstring>The device supports the CCMP cypher.</tp:docstring>
+        <tp:docstring>The device supports the CCMP cipher.</tp:docstring>
       </tp:flag>
       <tp:flag suffix="WPA" value="0x10">
         <tp:docstring>The device supports the WPA encryption/authentication protocol.</tp:docstring>



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