[next] telepathy-spec: tp:type='Account'

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri Feb 7 03:05:46 PST 2014


Module: telepathy-spec
Branch: next
Commit: 70690a0790bfe78587646b4af9bbf8890c485b21
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=70690a0790bfe78587646b4af9bbf8890c485b21

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Feb  4 15:37:19 2014 +0100

tp:type='Account'

Not an actual type.

---

 spec/Logger1.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/spec/Logger1.xml b/spec/Logger1.xml
index 9c3afdf..35bd418 100644
--- a/spec/Logger1.xml
+++ b/spec/Logger1.xml
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 
     <method name="AddFavouriteContact"
             tp:name-for-bindings="Add_Favourite_Contact">
-      <arg direction="in" name="Account" type="o" tp:type="Account">
+      <arg direction="in" name="Account" type="o">
         <tp:docstring>
         The object path for the TpAccount to which the contact belongs
         </tp:docstring>
@@ -61,7 +61,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 
     <method name="RemoveFavouriteContact"
             tp:name-for-bindings="Remove_Favourite_Contact">
-      <arg direction="in" name="Account" type="o" tp:type="Account">
+      <arg direction="in" name="Account" type="o">
         <tp:docstring>
         The object path for the TpAccount to which the contact belongs
         </tp:docstring>
@@ -87,7 +87,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 
     <method name="ClearAccount"
             tp:name-for-bindings="Clear_Account">
-      <arg direction="in" name="Account" type="o" tp:type="Account">
+      <arg direction="in" name="Account" type="o">
         <tp:docstring>
         The object path for the TpAccount in which logs will be cleared.
         </tp:docstring>
@@ -100,7 +100,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 
     <method name="ClearEntity"
             tp:name-for-bindings="Clear_Entity">
-      <arg direction="in" name="Account" type="o" tp:type="Account">
+      <arg direction="in" name="Account" type="o">
         <tp:docstring>
         The object path for the TpAccount in which logs will be cleared.
         </tp:docstring>
@@ -129,7 +129,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         The set of favourite contacts has changed.
       </tp:docstring>
 
-      <arg name="Account" type="o" tp:type="Account">
+      <arg name="Account" type="o">
         <tp:docstring>
           An account associated with the contact.
         </tp:docstring>



More information about the telepathy-commits mailing list