Update ContentDirectory docs.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Wed, 28 Jan 2009 12:33:32 +0000 (12:33 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Wed, 28 Jan 2009 12:33:32 +0000 (12:33 +0000)
svn path=/trunk/; revision=499

src/rygel/rygel-content-directory.vala

index 838eb9e..1d6a578 100644 (file)
@@ -51,7 +51,8 @@ public class BrowseArgs {
 /**
  * Basic implementation of UPnP ContentDirectory service version 2. Most often
  * plugins will provide a child of this class. The inheriting classes should
- * override add_children_metadata and add_metadata virtual methods.
+ * override get_children, get_root_children and find_object_by_id virtual
+ * methods.
  */
 public class Rygel.ContentDirectory: Service {
     public const string UPNP_ID = "urn:upnp-org:serviceId:ContentDirectory";