#include "gcc.h"
#include <glib.h>
#include <stdbool.h>
Go to the source code of this file.
Functions | |
gcc_nonnull (1, 2) bool db_selection_print(struct client *client | |
gcc_nonnull (1, 2, 3) bool searchForSongsIn(struct client *client | |
gcc_nonnull (1, 3) bool listAllUniqueTags(struct client *client | |
Variables | |
struct db_selection * | selection |
struct db_selection bool | full |
struct db_selection bool GError ** | error_r |
const char * | uri_utf8 |
const char * | name |
const char struct locate_item_list * | criteria |
int | type |
gcc_nonnull | ( | 1 | , | |
3 | ||||
) |
gcc_nonnull | ( | 1 | , | |
2 | , | |||
3 | ||||
) |
gcc_nonnull | ( | 1 | , | |
2 | ||||
) |
struct locate_item_list * criteria [read] |
Definition at line 50 of file db_print.h.
int struct locate_item_list GError** error_r [read] |
Definition at line 35 of file db_print.h.
struct db_selection bool full |
Definition at line 35 of file db_print.h.
const char * name |
Definition at line 49 of file db_print.h.
struct db_selection* selection |
Definition at line 35 of file db_print.h.
int type |
Definition at line 67 of file db_print.h.
const char * uri_utf8 |
Definition at line 40 of file db_print.h.