multiple_search
Description:
[ Version ( since = "0.2.0" ) ]
public uint multiple_search (List<Source>? sources, string text, List<KeyID> keys, OperationOptions options, SourceResultCb callback)
Search for text in all the sources specified in sources.
If text is NULL then NULL-text searchs will be used for each searchable plugin (see
search for more details).
This method is asynchronous.
Parameters:
| sources |
a List of Source< !-- -->s to search from (null for all searchable sources) |
| text |
the text to search for |
| keys | |
| options |
options wanted for that operation |
| callback |
the user defined callback |
| user_data |
the user data to pass to the user callback |
Returns:
|
the operation identifier |
Namespace: Grl
Package: grilo-0.3