#include <db_visitor.h>
Data Fields | |
bool(* | directory )(const struct directory *directory, void *ctx, GError **error_r) |
Visit a directory. | |
bool(* | song )(struct song *song, void *ctx, GError **error_r) |
Visit a song. | |
bool(* | playlist )(const struct playlist_metadata *playlist, const struct directory *directory, void *ctx, GError **error_r) |
Visit a playlist. |
Definition at line 27 of file db_visitor.h.
bool(* db_visitor::directory)(const struct directory *directory, void *ctx, GError **error_r) |
Visit a directory.
Optional method.
bool(* db_visitor::playlist)(const struct playlist_metadata *playlist, const struct directory *directory, void *ctx, GError **error_r) |
bool(* db_visitor::song)(struct song *song, void *ctx, GError **error_r) |