Method
RBRhythmDBquery_append_params
Declaration [src]
void
rhythmdb_query_append_params (
RhythmDB* db,
RhythmDBQuery* query,
RhythmDBQueryType type,
RhythmDBPropType prop,
const GValue* value
)
Parameters
query-
Type:
RhythmDBQueryThe query to append to.
The data is owned by the caller of the method. type-
Type:
RhythmDBQueryTypeQuery type.
prop-
Type:
RhythmDBPropTypeQuery property.
value-
Type:
GValueQuery value.
The data is owned by the caller of the method.