libmpdclient 2.22
Functions
response.h File Reference

MPD client library. More...

#include <stdbool.h>
Include dependency graph for response.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

MPD client library.

Do not include this header directly. Use mpd/client.h instead.

Definition in file response.h.

Function Documentation

◆ mpd_response_finish()

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.

Returns
true on success, false on error

◆ mpd_response_next()

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.

Returns
true on success, false on error