DatabaseSelection: add "match" attribute

Let the database plugin do the match.
This commit is contained in:
Max Kellermann
2012-08-07 23:22:37 +02:00
parent 8d2725234e
commit 733d6a6b16
12 changed files with 57 additions and 97 deletions

View File

@@ -26,7 +26,7 @@
struct locate_item_list;
struct player_control;
gcc_nonnull(1,2,3)
gcc_nonnull(1,2)
bool
findAddIn(struct player_control *pc, const char *name,
const struct locate_item_list *criteria, GError **error_r);