Method

RBRhythmDBQueryResultsset_query

Declaration [src]

void
rhythmdb_query_results_set_query (
  RhythmDBQueryResults* results,
  GPtrArray* query
)

Description [src]

When a new query is run, this method is invoked to give the object implementing this interface a chance to take a copy of the query criteria, so that it can evaluate the query for newly added or changed entries once the query is complete.

This method is not directly available to language bindings.

Parameters

query

Type: An array of gpointer

The new query.

The data is owned by the caller of the method.