Function
RBRhythmDBquery_concatenate
Declaration [src]
void
rhythmdb_query_concatenate (
RhythmDBQuery* query1,
RhythmDBQuery* query2
)
Parameters
query1-
Type:
RhythmDBQueryQuery to append to.
The data is owned by the caller of the function. query2-
Type:
RhythmDBQueryQuery to append.
The data is owned by the caller of the function.