@accepts(RB.RhythmDBQuery, RB.RhythmDBPropType, <list>) @returns(none) def query_append_prop_multiple(query, propid, items)
Appends a set of criteria to a query to match against any of the values listed in @items.
query : |
the query to append to |
propid : |
property ID to match |
items : |
GList of values to match against |