set_model

@accepts(RB.RhythmDBQueryModel, gboolean)
@returns(none)
def set_model(model, query_pending)

Specifies a new input query model for the browser. This should be the query model constructed from the current search text, or the basic query model for the source if there is no search text.

model :

the new input RB.RhythmDBQueryModel

query_pending :

if TRUE, the caller promises to run a query to populate the input query model.