libmpdclient 2.22
Public Attributes | List of all members
mpd_pair Struct Reference

#include <pair.h>

Public Attributes

const char * name
 
const char * value
 

Detailed Description

A name-value pair received from the MPD server.

Definition at line 41 of file pair.h.

Member Data Documentation

◆ name

const char* mpd_pair::name

the name of the element

Definition at line 43 of file pair.h.

◆ value

const char* mpd_pair::value

the value of the element

Definition at line 46 of file pair.h.


The documentation for this struct was generated from the following file: