ncmpc
0.29
|
#include <glib.h>
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 | |
GList * | gcmp_list_from_path (struct mpdclient *c, const gchar *path, GList *list, gint 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) |
GList* gcmp_list_from_path | ( | struct mpdclient * | c, |
const gchar * | path, | ||
GList * | list, | ||
gint | types | ||
) |
Create a list suitable for GCompletion from path.