musicus mpd client 0.1d
|
#include <definitions.h>
Data Fields | |
gboolean | connected |
true if connected to mpd daemon specified by host:port | |
GString * | host |
the host of the machine where the mpd daemon runs | |
gint | port |
the port of the mpd daemon | |
gint | timeout |
timeout for the connection | |
GString * | pw |
password for the mpd daemon |
MpdStateInfo struct holds information about connection settings
gboolean MpdStateInfo::connected |
true if connected to mpd daemon specified by host:port
GString* MpdStateInfo::host |
the host of the machine where the mpd daemon runs
gint MpdStateInfo::port |
the port of the mpd daemon
GString* MpdStateInfo::pw |
password for the mpd daemon
timeout for the connection