ncmpc
0.31
|
Go to the source code of this file.
Macros | |
#define | GCMP_TYPE_DIR (0x01 << 0) |
#define | GCMP_TYPE_FILE (0x01 << 1) |
#define | GCMP_TYPE_PLAYLIST (0x01 << 2) |
#define | GCMP_TYPE_RFILE (GCMP_TYPE_DIR | GCMP_TYPE_FILE) |
#define | GCMP_TYPE_RPLAYLIST (GCMP_TYPE_DIR | GCMP_TYPE_PLAYLIST) |
Functions | |
void | gcmp_list_from_path (struct mpdclient *c, const char *path, Completion &completion, int types) |
#define GCMP_TYPE_DIR (0x01 << 0) |
#define GCMP_TYPE_FILE (0x01 << 1) |
#define GCMP_TYPE_PLAYLIST (0x01 << 2) |
#define GCMP_TYPE_RFILE (GCMP_TYPE_DIR | GCMP_TYPE_FILE) |
#define GCMP_TYPE_RPLAYLIST (GCMP_TYPE_DIR | GCMP_TYPE_PLAYLIST) |
void gcmp_list_from_path | ( | struct mpdclient * | c, |
const char * | path, | ||
Completion & | completion, | ||
int | types | ||
) |
Create a list suitable for Completion from path.