core: Specify basic properties in SearchCapabilities
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 28 Oct 2009 16:06:06 +0000 (18:06 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 28 Oct 2009 16:06:06 +0000 (18:06 +0200)
src/rygel/rygel-content-directory.vala

index f45a05a..5fe230d 100644 (file)
@@ -43,7 +43,9 @@ public class Rygel.ContentDirectory: Service {
     public const string UPNP_TYPE =
                     "urn:schemas-upnp-org:service:ContentDirectory:2";
     public const string DESCRIPTION_PATH = "xml/ContentDirectory.xml";
-    private const string SEARCH_CAPS = "";
+    private const string SEARCH_CAPS = "@id,@parentID,@refID," +
+                                       "upnp:class,dc:title,dc:creator," +
+                                       "res,res@protocolInfo";
 
     protected string feature_list;
     protected string sort_caps;