[Telepathy-commits] [telepathy-spec/master] Properties are not D-Bus interfaces. Removed tp:type attribute.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:04 PST 2008


20080630183507-8ed0e-6a3d4040d8e219df5ffa4f58642ab217635bb62c.gz
---
 spec/Channel_Type_File.xml |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/spec/Channel_Type_File.xml b/spec/Channel_Type_File.xml
index 409c4d3..b5daf25 100644
--- a/spec/Channel_Type_File.xml
+++ b/spec/Channel_Type_File.xml
@@ -30,16 +30,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
       HANDLE_TYPE_CONTACT.
     </tp:docstring>
 
-    <property name="ContentType" type="s" tp:type="DBus_Interface"
-      access="read">
+    <property name="ContentType" type="s" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>The file's content-type. This cannot change once the channel has
         been created.</p>
       </tp:docstring>
     </property>
 
-    <property name="SuggestedFilename" type="s" tp:type="DBus_Interface"
-      access="read">
+    <property name="SuggestedFilename" type="s" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>The name of the file on the sender's side. This is therefore given
         as a suggested filename for the receiver. This cannot change
@@ -47,24 +45,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
       </tp:docstring>
     </property>
 
-    <property name="Size" type="t" tp:type="DBus_Interface"
-      access="read">
+    <property name="Size" type="t" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>The size of the file. This cannot change once the channel
         has been created.</p>
       </tp:docstring>
     </property>
 
-    <property name="ContentMD5" type="s" tp:type="DBus_Interface"
-      access="read">
+    <property name="ContentMD5" type="s" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>MD5 hex digest of the file contents. This cannot change once the
         channel has been created.</p>
       </tp:docstring>
     </property>
 
-    <property name="Description" type="s" tp:type="DBus_Interface"
-      access="read">
+    <property name="Description" type="s" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Description of the file transfer. This cannot change once the
         channel has been created.</p>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list