SearchableContainer
Object Hierarchy:
Description:
public interface SearchableContainer :
MediaContainer
All known implementing classes:
Content:
Properties:
Methods:
- public async MediaObject? find_object (string id, Cancellable? cancellable) throws Error
- public abstract async MediaObjects? search (SearchExpression? expression, uint offset, uint max_count, string sort_criteria, Cancellable? cancellable, out uint total_matches) throws Error
- public async MediaObjects? simple_search (SearchExpression? expression, uint offset, uint max_count, string sort_criteria, Cancellable? cancellable, out uint total_matches) throws Error
Inherited Members:
All known members inherited from class Rygel.MediaContainer
All known members inherited from class Rygel.MediaObject
All known members inherited from class GLib.Object