SearchableContainer


Object Hierarchy:

Object hierarchy for SearchableContainer

Description:

public interface SearchableContainer : MediaContainer

The base class for searchable containers.

Classes that implement this interface can, for instance:

  1. Allow backends to implement a UPnP Search call using native searching (such as SQL or SPARQL queries).
  2. 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),

All known implementing classes:
 

Namespace: Rygel
Package: librygel-server

Content:

Properties:

Methods:

Inherited Members:

All known members inherited from class GLib.Object