diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-01-05 08:21:09 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-01-05 08:21:09 +0000 |
commit | b7315a2e44861a4ae770a1b4170ca0ef830eeb98 (patch) | |
tree | 34de979d889a15ff4ad5941f2caadbcb1dfd5e25 | |
parent | 3431c955686062c3798c30213a468d4f79be8544 (diff) |
ContactList: add tp:added to Download{,AtConnection} iface members
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | spec/Connection_Interface_Contact_List.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/Connection_Interface_Contact_List.xml b/spec/Connection_Interface_Contact_List.xml index 3edbd54b..66834da9 100644 --- a/spec/Connection_Interface_Contact_List.xml +++ b/spec/Connection_Interface_Contact_List.xml @@ -844,6 +844,7 @@ <property name="DownloadAtConnection" type="b" access="read" tp:name-for-bindings="Download_At_Connection" tp:is-connection-parameter='yes'> + <tp:added version="0.UNRELEASED"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If true, the contact list is automatically downloaded at connection. If false, the contact list is only downloaded @@ -1109,6 +1110,7 @@ </method> <method name="Download" tp:name-for-bindings="Download"> + <tp:added version="0.UNRELEASED"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Download the contact list from the server. If <tp:member-ref>DownloadAtConnection</tp:member-ref> is true, |