Function
RBRhythmDBquery_copy
Declaration [src]
RhythmDBQuery*
rhythmdb_query_copy (
RhythmDBQuery* array
)
Parameters
array
-
Type:
RhythmDBQuery
The query to copy.
The data is owned by the caller of the function.
Return value
Type: RhythmDBQuery
A copy of the passed query. It must be freed with rhythmdb_query_free().
The caller of the function takes ownership of the data, and is responsible for freeing it. |