empathy r1857 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:21:28 2008
New Revision: 1857
URL: http://svn.gnome.org/viewvc/empathy?rev=1857&view=rev

Log:
empathy-tp-file: reorder FileTransfer D-Bus properties using the same order as in the spec

Modified:
   trunk/libempathy/empathy-tp-file.c

Modified: trunk/libempathy/empathy-tp-file.c
==============================================================================
--- trunk/libempathy/empathy-tp-file.c	(original)
+++ trunk/libempathy/empathy-tp-file.c	Fri Nov 21 16:21:28 2008
@@ -283,18 +283,21 @@
   GFile *gfile;
   GInputStream *in_stream;
   GOutputStream *out_stream;
-  gboolean incoming;
-  gchar *filename;
+
+  /* org.freedesktop.Telepathy.Channel.Type.FileTransfer D-Bus properties */
   EmpFileTransferState state;
-  EmpFileTransferStateChangeReason state_change_reason;
+  gchar *content_type;
+  gchar *filename;
   guint64 size;
+  EmpFileHashType content_hash_type;
+  gchar *content_hash;
+  gchar *description;
   guint64 transferred_bytes;
+
+  gboolean incoming;
+  EmpFileTransferStateChangeReason state_change_reason;
   time_t start_time;
   gchar *unix_socket_path;
-  gchar *content_hash;
-  EmpFileHashType content_hash_type;
-  gchar *content_type;
-  gchar *description;
   GCancellable *cancellable;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]