|
MPD
0.17~git
|
#include <glib.h>Go to the source code of this file.
Enumerations | |
| enum | db_error { DB_DISABLED, DB_NOT_FOUND } |
Functions | |
| static G_GNUC_CONST GQuark | db_quark (void) |
| Quark for GError.domain; the code is an enum db_error. | |
| enum db_error |
| DB_DISABLED |
The database is disabled, i.e. none is configured in this MPD instance. |
| DB_NOT_FOUND |
Definition at line 25 of file db_error.h.
| static G_GNUC_CONST GQuark db_quark | ( | void | ) | [inline, static] |
Quark for GError.domain; the code is an enum db_error.
Definition at line 40 of file db_error.h.
1.7.5.1