query_sync


Description:

[ Version ( since = "0.2.0" ) ]
public List<Media> query_sync (string query, List<KeyID> keys, OperationOptions options) throws Error

Execute a specialized query (specific for each provider) on a media repository.

This method is synchronous.

Parameters:

this

a source

query

the query to process

keys

the List of KeyID<!-- -- >s to request

options

options wanted for that operation

Returns:

a List with Media elements. After use unref every element and g_list_free the list.