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