20 #ifndef DB_COMPLETION_H 21 #define DB_COMPLETION_H 27 #define GCMP_TYPE_DIR (0x01 << 0) 28 #define GCMP_TYPE_FILE (0x01 << 1) 29 #define GCMP_TYPE_PLAYLIST (0x01 << 2) 30 #define GCMP_TYPE_RFILE (GCMP_TYPE_DIR | GCMP_TYPE_FILE) 31 #define GCMP_TYPE_RPLAYLIST (GCMP_TYPE_DIR | GCMP_TYPE_PLAYLIST) 38 GList *list, gint types);
Definition: mpdclient.h:12
GList * gcmp_list_from_path(struct mpdclient *c, const gchar *path, GList *list, gint types)