MPD client library.
More...
Go to the source code of this file.
Detailed Description
MPD client library.
Do not include this header directly. Use mpd/client.h instead.
Definition in file directory.h.
Function Documentation
Duplicates a mpd_directory object.
- Returns:
- the new object, or NULL on out of memory
mpd_pure const char* mpd_directory_get_path |
( |
const struct mpd_directory * |
directory | ) |
|
Returns the path of this directory, relative to the MPD music directory. It does not begin with a slash.
mpd_pure time_t mpd_directory_get_last_modified |
( |
const struct mpd_directory * |
directory | ) |
|
- Returns:
- the POSIX UTC time stamp of the last modification, or 0 if that is unknown
Begins parsing a new directory.
- Parameters:
-
pair | the first pair in this directory (name must be "directory") |
- Returns:
- the new mpd_entity object, or NULL on error (out of memory, or pair name is not "directory")
Parses the pair, adding its information to the specified mpd_directory object.
- Returns:
- true if the pair was parsed and added to the directory (or if the pair was not understood and ignored), false if this pair is the beginning of the next directory
Receives the next directory from the MPD server.
- Returns:
- a mpd_directory object, or NULL on error or if the directory list is finished