libmpdclient 2.22
|
MPD client library. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | mpd_response_finish (struct mpd_connection *connection) |
bool | mpd_response_next (struct mpd_connection *connection) |
MPD client library.
Do not include this header directly. Use mpd/client.h instead.
Definition in file response.h.
bool mpd_response_finish | ( | struct mpd_connection * | connection | ) |
Finishes the response and checks if the command was successful. If there are data pairs left, they are discarded.
bool mpd_response_next | ( | struct mpd_connection * | connection | ) |
Finishes the response of the current list command. If there are data pairs left, they are discarded.