[PATCH] fix dbus docu generation
- From: Will Stephenson <wstephenson kde org>
- To: networkmanager-list gnome org
- Subject: [PATCH] fix dbus docu generation
- Date: Wed, 14 May 2008 17:41:26 +0200
Attached patch fixes a problem where the wrong dbus type is present in the
docu tags.
Will
Index: introspection/nm-vpn-connection.xml
===================================================================
--- introspection/nm-vpn-connection.xml (revision 3669)
+++ introspection/nm-vpn-connection.xml (working copy)
@@ -20,7 +20,7 @@
<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>
- <property name="State" type="u" access="read" tp:type="NM_ACTIVE_DEVICE_STATE">
+ <property name="State" type="u" access="read" tp:type="NM_ACTIVE_CONNECTION_STATE">
<tp:docstring>The state of this active connection.</tp:docstring>
</property>
<property name="Default" type="b" access="read">
Index: introspection/nm-active-connection.xml
===================================================================
--- introspection/nm-active-connection.xml (revision 3669)
+++ introspection/nm-active-connection.xml (working copy)
@@ -20,7 +20,7 @@
<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>
- <property name="State" type="u" access="read" tp:type="NM_ACTIVE_DEVICE_STATE">
+ <property name="State" type="u" access="read" tp:type="NM_ACTIVE_CONNECTION_STATE">
<tp:docstring>The state of this active connection.</tp:docstring>
</property>
<property name="Default" type="b" access="read">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]