Method
RBRhythmDBquery_append_prop_multiple
Declaration [src]
void
rhythmdb_query_append_prop_multiple (
RhythmDB* db,
RhythmDBQuery* query,
RhythmDBPropType propid,
GList* items
)
Description [src]
Appends a set of criteria to a query to match against any of the values
listed in items.
Parameters
query-
Type:
RhythmDBQueryThe query to append to.
The data is owned by the caller of the method. propid-
Type:
RhythmDBPropTypeProperty ID to match.
items-
Type: A list of
const GValue*GListof values to match against.The data is owned by the caller of the method.