server: SearchableContainer: Clarify that default is in base class.
authorMurray Cumming <murrayc@openismus.com>
Fri, 21 Sep 2012 11:04:10 +0000 (13:04 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 24 Sep 2012 10:12:28 +0000 (12:12 +0200)
src/librygel-server/rygel-searchable-container.vala

index 76cd165..3ac8090 100644 (file)
@@ -33,7 +33,7 @@ using Gee;
  * Classes that implement this interface can, for instance:
  *
  *  # Allow backends to implement a UPnP Search call using native searching (such as SQL or SPARQL queries).
- *  # Provide a naïve default implementation of search by doing a recursive tree walk.
+ *  # Provide the naïve default implementation of search, from this base class, which does a recursive tree walk.
  *
  * The search_classes property lists what information this container may be searched
  * for. It is mapped to upnp:searchClass (with includeDerived assumed to be false),