Method
RBRhythmDBquery_to_string
Declaration [src]
char*
rhythmdb_query_to_string (
RhythmDB* db,
RhythmDBQuery* query
)
Description [src]
Returns a supposedly human-readable form of the query. This is only intended for debug usage.
Parameters
query
-
Type:
RhythmDBQuery
A query.
The data is owned by the caller of the method.