RB.RhythmDBQueryResults¶
- Implementations:
Methods¶
|
|
Virtual Methods¶
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class RB.RhythmDBQueryResults¶
- Bases:
- Structure:
- add_results(entries)¶
- Parameters:
entries ([
RB.RhythmDBEntry
]) –GLib.PtrArray
containingRB.RhythmDBEntry
results
Provides a new set of query results. References must be taken on the entries.
- query_complete()¶
Called when the query is complete and all entries that match the query have been supplied to
RB.RhythmDBQueryResults.add_results
. If the object implementing this interface needs to identify newly added or changed entries that match the query, it needs to use the entry-added, entry-deleted and entry-changed signals fromRB.RhythmDB
.
- do_add_results(entries) virtual¶
- Parameters:
entries ([
RB.RhythmDBEntry
]) –GLib.PtrArray
containingRB.RhythmDBEntry
results
Provides a new set of query results. References must be taken on the entries.
- do_query_complete() virtual¶
Called when the query is complete and all entries that match the query have been supplied to
RB.RhythmDBQueryResults.add_results
. If the object implementing this interface needs to identify newly added or changed entries that match the query, it needs to use the entry-added, entry-deleted and entry-changed signals fromRB.RhythmDB
.