glibmm r617 - in trunk: . gio/src



Author: markoa
Date: Sun Feb 24 15:17:34 2008
New Revision: 617
URL: http://svn.gnome.org/viewvc/glibmm?rev=617&view=rev

Log:
2008-02-24  Marko Anastasov  <marko anastasov gmail com>

	* gio/src/inputstream.hg: Updated the todo regarding read().


Modified:
   trunk/ChangeLog
   trunk/gio/src/inputstream.hg

Modified: trunk/gio/src/inputstream.hg
==============================================================================
--- trunk/gio/src/inputstream.hg	(original)
+++ trunk/gio/src/inputstream.hg	Sun Feb 24 15:17:34 2008
@@ -65,6 +65,10 @@
   gssize read(void* buffer, gsize count, std::auto_ptr<Glib::Error>& error);
   #endif //GLIBMM_EXCEPTIONS_ENABLED
 
+  //TODO: for glibmm 2.17/18, we should decide whether to provide a read()
+  // function as below, which would presumably read until EOL, or one with
+  // an additional size parameter, at the same time taking into account
+  // what operators >> and << (for OutputStream) will do.
   //TODO: gssize read(std::string& buffer, const Glib::RefPtr<Cancellable>& cancellable);
   //TODO: gssize read(std::string& buffer);
 



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