rygel r532 - trunk/src/rygel



Author: zeeshanak
Date: Mon Feb  9 22:27:03 2009
New Revision: 532
URL: http://svn.gnome.org/viewvc/rygel?rev=532&view=rev

Log:
A bit more docs on new Browse class.

Modified:
   trunk/src/rygel/rygel-browse.vala

Modified: trunk/src/rygel/rygel-browse.vala
==============================================================================
--- trunk/src/rygel/rygel-browse.vala	(original)
+++ trunk/src/rygel/rygel-browse.vala	Mon Feb  9 22:27:03 2009
@@ -27,7 +27,9 @@
 using Gee;
 
 /**
- * Browse action implementation.
+ * Browse action implementation. This class is more or less the state-machine
+ * associated with the Browse action handling that exists to make asynchronous
+ * handling of Browse action possible.
  */
 public class Browse: GLib.Object {
     public const int MAX_REQUESTED_COUNT = 128;



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