summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-20 15:57:15 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-20 15:58:10 +0000
commit170642a7403257329eedd4d904d52229041203ee (patch)
tree75df40d2d60723b51652ff3a8a992611f132bb00
parent1574f2629ffbec26841d392da0a25f75171b66bb (diff)
ContactsChanged: reference ContactsChangedByID
Previously ContactsChanged referenced itself for documentation on its arguments, rather than correctly referencing the corresponding arguments of the new signal.
-rw-r--r--spec/Connection_Interface_Contact_List.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/Connection_Interface_Contact_List.xml b/spec/Connection_Interface_Contact_List.xml
index 59d615a3..12b742a3 100644
--- a/spec/Connection_Interface_Contact_List.xml
+++ b/spec/Connection_Interface_Contact_List.xml
@@ -651,14 +651,16 @@
<arg type="a{u(uus)}" name="Changes" tp:type="Contact_Subscription_Map">
<tp:docstring>
- The same as the corresponding argument to ContactsChanged.
+ The same as the corresponding argument to
+ <tp:member-ref>ContactsChangedWithID</tp:member-ref>.
</tp:docstring>
</arg>
<arg name="Removals" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
- The same as the corresponding argument to ContactsChanged,
- except that it only includes handles and not identifiers.
+ The same as the corresponding argument to
+ <tp:member-ref>ContactsChangedWithID</tp:member-ref>, except that it
+ only includes handles and not identifiers.
</tp:docstring>
</arg>
</signal>