[Telepathy-commits] [telepathy-spec/master] ContactInfo2: Rename RequestAll to Request; drop partial info request method
Will Thompson
will.thompson at collabora.co.uk
Fri Jan 16 08:03:16 PST 2009
---
spec/Connection_Interface_Contact_Info2.xml | 28 +-------------------------
1 files changed, 2 insertions(+), 26 deletions(-)
diff --git a/spec/Connection_Interface_Contact_Info2.xml b/spec/Connection_Interface_Contact_Info2.xml
index 2c36676..68fc5d0 100644
--- a/spec/Connection_Interface_Contact_Info2.xml
+++ b/spec/Connection_Interface_Contact_Info2.xml
@@ -145,8 +145,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
the details of a particular contact.
</tp:docstring>
</signal>
- <method name="RequestAllContactInfo"
- tp:name-for-bindings="Request_All_Contact_Info">
+ <method name="RequestContactInfo"
+ tp:name-for-bindings="Request_Contact_Info">
<arg direction="in" name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact to request info for.
@@ -165,30 +165,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"/>
</tp:possible-errors>
</method>
- <method name="RequestContactInfo"
- tp:name-for-bindings="Request_Contact_Info">
- <arg direction="in" name="Contact" type="u" tp:type="Contact_Handle">
- <tp:docstring>
- An integer handle for the contact to request info for.
- </tp:docstring>
- </arg>
- <arg direction="in" name="FieldName" type="s">
- <tp:docstring>
- vCard field name.
- </tp:docstring>
- </arg>
- <tp:docstring>
- Request information for a given contact, only fields with a given
- name are returned by a GotContactInfo signal before function returns.
- </tp:docstring>
- <tp:possible-errors>
- <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
- <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
- <tp:error name="org.freedesktop.Telepathy.Error.InvalidHandle"/>
- <tp:error name="org.freedesktop.Telepathy.Error.PermissionDenied"/>
- <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"/>
- </tp:possible-errors>
- </method>
<method name="SetContactInfo" tp:name-for-bindings="Set_Contact_Info">
<tp:docstring>
Set new contact information for this connection, replacing existing
--
1.5.6.5
More information about the Telepathy-commits
mailing list