[Galago-commits] r2361 - in trunk/libgalago: . docs/protocol

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Dec 4 02:59:01 PST 2005


Author: chipx86
Date: 2005-12-04 02:58:44 -0800 (Sun, 04 Dec 2005)
New Revision: 2361

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/docs/protocol/protocol.hh
Log:
Update the protocol docs to remove the SetData call on Image.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2005-12-04 10:56:42 UTC (rev 2360)
+++ trunk/libgalago/ChangeLog	2005-12-04 10:58:44 UTC (rev 2361)
@@ -1,3 +1,8 @@
+Sun Dec 04 02:58:27 PST 2005  Christian Hammond <chipx86 at chipx86.com>
+
+	* docs/protocol/protocol.hh:
+	  - Update the protocol docs to remove the SetData call on Image.
+
 Sun Dec 04 02:54:37 PST 2005  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-account.c:

Modified: trunk/libgalago/docs/protocol/protocol.hh
===================================================================
--- trunk/libgalago/docs/protocol/protocol.hh	2005-12-04 10:56:42 UTC (rev 2360)
+++ trunk/libgalago/docs/protocol/protocol.hh	2005-12-04 10:58:44 UTC (rev 2361)
@@ -360,17 +360,6 @@
 {
 public:
 	Array<byte> ImageData; //!< The image data.
-
-	/**
-	 * Sets the image data for this Image.
-	 *
-	 * @todo Probably remove this. An image object's data should probably
-	 *       never change. Also, there's no signal to notify that this has
-	 *       changed.
-	 *
-	 * @param imageData The image data.
-	 */
-	void SetData(Array<byte> imageData);
 };
 
 



More information about the galago-commits mailing list