core: Advertise support for "createClass" in Search
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 19 Jul 2010 16:36:41 +0000 (19:36 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 19 Jul 2010 17:47:32 +0000 (20:47 +0300)
src/rygel/rygel-relational-expression.vala

index 7888ce8..a14b1e6 100644 (file)
@@ -26,8 +26,8 @@ using GUPnP;
 // relational operator.
 public class Rygel.RelationalExpression :
              Rygel.SearchExpression<SearchCriteriaOp,string,string> {
-    internal const string CAPS = "@id,@parentID,@refID," +
-                                 "upnp:class,dc:title,dc:creator," +
+    internal const string CAPS = "@id,@parentID,@refID,upnp:class," +
+                                 "dc:title,dc:creator,upnp:createClass," +
                                  "res,res@protocolInfo";
 
     public override bool satisfied_by (MediaObject media_object) {